#472492

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

Shades of Blue Gem #472492

Tints of Blue Gem #472492

Color information

#472492 (or 0x472492) is unknown color: approx Blue Gem. HEX triplet: 47, 24 and 92. RGB value is (71,36,146). Sum of RGB (Red+Green+Blue) = 71+36+146=253 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.06% from 253); Green value is 36 (14.45% from 255 or 14.23% from 253); Blue value is 146 (57.42% from 255 or 57.71% from 253); Max value from RGB is 146 - color contains mainly: blue. Hex color #472492 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472492 is #B8DB6D. Grayscale: #3A3A3A. Windows color (decimal): -12114798 or 9577543. OLE color: 9577543.

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

Color convert

RGB7136146-
CMYK0.510.7500.43
HSL259.09º60.44%35.69%-
HSV(B)259.09º75.34%57.25%-
XYZ8.424.6827.65-
YUV59177.1136.56-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.06%
GREEN value IS 36 (14.45% from 255) = 14.23%
BLUE value IS 146 (57.42% from 255) = 57.71%
R=28.06%
G=14.23%
B=57.71%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal71361460.510.7500.43259.0960.4435.69
Hex472492334B02B1033c24
Octal10744222631130534037444
Binary10001111001001001001011001110010110101011100000011111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472492; }

 p { color: rgb(71,36,146); }

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

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

 a { background-color: rgb(71,36,146); }

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

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

 span { border-color: rgb(71,36,146); }

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