#482496

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

Shades of Blue Gem #482496

Tints of Blue Gem #482496

Color information

#482496 (or 0x482496) is unknown color: approx Blue Gem. HEX triplet: 48, 24 and 96. RGB value is (72,36,150). Sum of RGB (Red+Green+Blue) = 72+36+150=258 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.91% from 258); Green value is 36 (14.45% from 255 or 13.95% from 258); Blue value is 150 (58.98% from 255 or 58.14% from 258); Max value from RGB is 150 - color contains mainly: blue. Hex color #482496 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482496 is #B7DB69. Grayscale: #3B3B3B. Windows color (decimal): -12049258 or 9839688. OLE color: 9839688.

HSL color Cylindrical-coordinate representation of color #482496: hue angle of 258.95º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #482496 is Cyan = 0.52, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB7236150-
CMYK0.520.7600.41
HSL258.95º61.29%36.47%-
HSV(B)258.95º76%58.82%-
XYZ8.814.8429.32-
YUV59.76178.93136.73-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.91%
GREEN value IS 36 (14.45% from 255) = 13.95%
BLUE value IS 150 (58.98% from 255) = 58.14%
R=27.91%
G=13.95%
B=58.14%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal72361500.520.7600.41258.9561.2936.47
Hex482496344C0291033d24
Octal11044226641140514037544
Binary10010001001001001011011010010011000101001100000011111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482496; }

 p { color: rgb(72,36,150); }

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

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

 a { background-color: rgb(72,36,150); }

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

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

 span { border-color: rgb(72,36,150); }

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