#482992

Color #482992 Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #482992

Tints of Blue Gem #482992

Color information

#482992 (or 0x482992) is unknown color: approx Blue Gem. HEX triplet: 48, 29 and 92. RGB value is (72,41,146). Sum of RGB (Red+Green+Blue) = 72+41+146=259 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.80% from 259); Green value is 41 (16.41% from 255 or 15.83% from 259); Blue value is 146 (57.42% from 255 or 56.37% from 259); Max value from RGB is 146 - color contains mainly: blue. Hex color #482992 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482992 is #B7D66D. Grayscale: #3D3D3D. Windows color (decimal): -12047982 or 9578824. OLE color: 9578824.

HSL color Cylindrical-coordinate representation of color #482992: hue angle of 257.71º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #482992 is Cyan = 0.51, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB7241146-
CMYK0.510.7200.43
HSL257.71º56.15%36.67%-
HSV(B)257.71º71.92%57.25%-
XYZ8.655.0427.71-
YUV62.24175.27134.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 72 (28.52% from 255) = 27.80%
GREEN value IS 41 (16.41% from 255) = 15.83%
BLUE value IS 146 (57.42% from 255) = 56.37%
R=27.80%
G=15.83%
B=56.37%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal72411460.510.7200.43257.7156.1536.67
Hex482992334802B1023825
Octal11051222631100534027045
Binary10010001010011001001011001110010000101011100000010111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482992; }

 p { color: rgb(72,41,146); }

 H1.HeaderClassName
 {
   color: #482992;
 }
 .AnyTagClassName
 {
   color: #482992;
 }
</style>
background-color css

<style>
 a { background-color: #482992; }

 a { background-color: rgb(72,41,146); }

 div.DivClassName
 {
   background-color: #482992;
 }
 .BgClassName
 {
   background-color: #482992;
 }
</style>
border-color css

<style>
 span { border-color: #482992; }

 span { border-color: rgb(72,41,146); }

 td.TdClassName
 {
   border-color: #482992;
 }
 .TagClassName
 {
   border-color: #482992;
 }
</style>