#462499

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

Shades of Blue Gem #462499

Tints of Blue Gem #462499

Color information

#462499 (or 0x462499) is unknown color: approx Blue Gem. HEX triplet: 46, 24 and 99. RGB value is (70,36,153). Sum of RGB (Red+Green+Blue) = 70+36+153=259 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.03% from 259); Green value is 36 (14.45% from 255 or 13.90% from 259); Blue value is 153 (60.16% from 255 or 59.07% from 259); Max value from RGB is 153 - color contains mainly: blue. Hex color #462499 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462499 is #B9DB66. Grayscale: #3B3B3B. Windows color (decimal): -12180327 or 10036294. OLE color: 10036294.

HSL color Cylindrical-coordinate representation of color #462499: hue angle of 257.44º 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 #462499 is Cyan = 0.54, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB7036153-
CMYK0.540.7600.4
HSL257.44º61.9%37.06%-
HSV(B)257.44º76.47%60%-
XYZ8.914.8630.61-
YUV59.5180.76135.49-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.03%
GREEN value IS 36 (14.45% from 255) = 13.90%
BLUE value IS 153 (60.16% from 255) = 59.07%
R=27.03%
G=13.90%
B=59.07%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal70361530.540.7600.4257.4461.937.06
Hex462499364C0281013e25
Octal10644231661140504017645
Binary10001101001001001100111011010011000101000100000001111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462499; }

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

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

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

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

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

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

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

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