#472A92

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

Shades of Blue Gem #472A92

Tints of Blue Gem #472A92

Color information

#472A92 (or 0x472A92) is unknown color: approx Blue Gem. HEX triplet: 47, 2A and 92. RGB value is (71,42,146). Sum of RGB (Red+Green+Blue) = 71+42+146=259 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.41% from 259); Green value is 42 (16.80% from 255 or 16.22% from 259); Blue value is 146 (57.42% from 255 or 56.37% from 259); Max value from RGB is 146 - color contains mainly: blue. Hex color #472A92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472A92 is #B8D56D. Grayscale: #3E3E3E. Windows color (decimal): -12113262 or 9579079. OLE color: 9579079.

HSL color Cylindrical-coordinate representation of color #472A92: hue angle of 256.73º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #472A92 is Cyan = 0.51, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB7142146-
CMYK0.510.7100.43
HSL256.73º55.32%36.86%-
HSV(B)256.73º71.23%57.25%-
XYZ8.615.0727.72-
YUV62.53175.11134.04-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.41%
GREEN value IS 42 (16.80% from 255) = 16.22%
BLUE value IS 146 (57.42% from 255) = 56.37%
R=27.41%
G=16.22%
B=56.37%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal71421460.510.7100.43256.7355.3236.86
Hex472A92334702B1013725
Octal10752222631070534016745
Binary10001111010101001001011001110001110101011100000001110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472A92; }

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

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

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

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

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

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

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

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