#472E92

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

Shades of Blue Gem #472E92

Tints of Blue Gem #472E92

Color information

#472E92 (or 0x472E92) is unknown color: approx Blue Gem. HEX triplet: 47, 2E and 92. RGB value is (71,46,146). Sum of RGB (Red+Green+Blue) = 71+46+146=263 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.00% from 263); Green value is 46 (18.36% from 255 or 17.49% from 263); Blue value is 146 (57.42% from 255 or 55.51% from 263); Max value from RGB is 146 - color contains mainly: blue. Hex color #472E92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472E92 is #B8D16D. Grayscale: #404040. Windows color (decimal): -12112238 or 9580103. OLE color: 9580103.

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

Color convert

RGB7146146-
CMYK0.510.6800.43
HSL255º52.08%37.65%-
HSV(B)255º68.49%57.25%-
XYZ8.765.3727.77-
YUV64.88173.78132.37-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.00%
GREEN value IS 46 (18.36% from 255) = 17.49%
BLUE value IS 146 (57.42% from 255) = 55.51%
R=27.00%
G=17.49%
B=55.51%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal71461460.510.6800.4325552.0837.65
Hex472E92334402Bff3426
Octal10756222631040533776446
Binary1000111101110100100101100111000100010101111111111110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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