#472591

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

Shades of Blue Gem #472591

Tints of Blue Gem #472591

Color information

#472591 (or 0x472591) is unknown color: approx Blue Gem. HEX triplet: 47, 25 and 91. RGB value is (71,37,145). Sum of RGB (Red+Green+Blue) = 71+37+145=253 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.06% from 253); Green value is 37 (14.84% from 255 or 14.62% from 253); Blue value is 145 (57.03% from 255 or 57.31% from 253); Max value from RGB is 145 - color contains mainly: blue. Hex color #472591 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472591 is #B8DA6E. Grayscale: #3B3B3B. Windows color (decimal): -12114543 or 9512263. OLE color: 9512263.

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

Color convert

RGB7137145-
CMYK0.510.7400.43
HSL258.89º59.34%35.69%-
HSV(B)258.89º74.48%56.86%-
XYZ8.374.7127.26-
YUV59.48176.26136.22-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.06%
GREEN value IS 37 (14.84% from 255) = 14.62%
BLUE value IS 145 (57.03% from 255) = 57.31%
R=28.06%
G=14.62%
B=57.31%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal71371450.510.7400.43258.8959.3435.69
Hex472591334A02B1033b24
Octal10745221631120534037344
Binary10001111001011001000111001110010100101011100000011111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472591; }

 p { color: rgb(71,37,145); }

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

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

 a { background-color: rgb(71,37,145); }

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

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

 span { border-color: rgb(71,37,145); }

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