#473991

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

Shades of Blue Gem #473991

Tints of Blue Gem #473991

Color information

#473991 (or 0x473991) is unknown color: approx Blue Gem. HEX triplet: 47, 39 and 91. RGB value is (71,57,145). Sum of RGB (Red+Green+Blue) = 71+57+145=273 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.01% from 273); Green value is 57 (22.66% from 255 or 20.88% from 273); Blue value is 145 (57.03% from 255 or 53.11% from 273); Max value from RGB is 145 - color contains mainly: blue. Hex color #473991 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473991 is #B8C66E. Grayscale: #464646. Windows color (decimal): -12109423 or 9517383. OLE color: 9517383.

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

Color convert

RGB7157145-
CMYK0.510.6100.43
HSL249.55º43.56%39.61%-
HSV(B)249.55º60.69%56.86%-
XYZ9.176.3127.52-
YUV71.22169.64127.84-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.01%
GREEN value IS 57 (22.66% from 255) = 20.88%
BLUE value IS 145 (57.03% from 255) = 53.11%
R=26.01%
G=20.88%
B=53.11%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal71571450.510.6100.43249.5543.5639.61
Hex473991333D02Bfa2c28
Octal1077122163750533725450
Binary100011111100110010001110011111101010101111111010101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473991; }

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

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

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

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

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

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

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

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