#472392

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

Shades of Blue Gem #472392

Tints of Blue Gem #472392

Color information

#472392 (or 0x472392) is unknown color: approx Blue Gem. HEX triplet: 47, 23 and 92. RGB value is (71,35,146). Sum of RGB (Red+Green+Blue) = 71+35+146=252 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.17% from 252); Green value is 35 (14.06% from 255 or 13.89% from 252); Blue value is 146 (57.42% from 255 or 57.94% from 252); Max value from RGB is 146 - color contains mainly: blue. Hex color #472392 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472392 is #B8DC6D. Grayscale: #3A3A3A. Windows color (decimal): -12115054 or 9577287. OLE color: 9577287.

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

Color convert

RGB7135146-
CMYK0.510.7600.43
HSL259.46º61.33%35.49%-
HSV(B)259.46º76.03%57.25%-
XYZ8.394.6227.64-
YUV58.42177.43136.97-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.17%
GREEN value IS 35 (14.06% from 255) = 13.89%
BLUE value IS 146 (57.42% from 255) = 57.94%
R=28.17%
G=13.89%
B=57.94%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal71351460.510.7600.43259.4661.3335.49
Hex472392334C02B1033d23
Octal10743222631140534037543
Binary10001111000111001001011001110011000101011100000011111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472392; }

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

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

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

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

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

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

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

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