#482499

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

Shades of Blue Gem #482499

Tints of Blue Gem #482499

Color information

#482499 (or 0x482499) is unknown color: approx Blue Gem. HEX triplet: 48, 24 and 99. RGB value is (72,36,153). Sum of RGB (Red+Green+Blue) = 72+36+153=261 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.59% from 261); Green value is 36 (14.45% from 255 or 13.79% from 261); Blue value is 153 (60.16% from 255 or 58.62% from 261); Max value from RGB is 153 - color contains mainly: blue. Hex color #482499 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482499 is #B7DB66. Grayscale: #3B3B3B. Windows color (decimal): -12049255 or 10036296. OLE color: 10036296.

HSL color Cylindrical-coordinate representation of color #482499: hue angle of 258.46º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #482499 is Cyan = 0.53, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB7236153-
CMYK0.530.7600.4
HSL258.46º61.9%37.06%-
HSV(B)258.46º76.47%60%-
XYZ9.054.9430.61-
YUV60.1180.43136.49-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.59%
GREEN value IS 36 (14.45% from 255) = 13.79%
BLUE value IS 153 (60.16% from 255) = 58.62%
R=27.59%
G=13.79%
B=58.62%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal72361530.530.7600.4258.4661.937.06
Hex482499354C0281023e25
Octal11044231651140504027645
Binary10010001001001001100111010110011000101000100000010111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482499; }

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

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

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

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

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

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

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

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