#475B91

Color #475B91 Mariner (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mariner #475B91

Tints of Mariner #475B91

Color information

#475B91 (or 0x475B91) is unknown color: approx Mariner. HEX triplet: 47, 5B and 91. RGB value is (71,91,145). Sum of RGB (Red+Green+Blue) = 71+91+145=307 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.13% from 307); Green value is 91 (35.94% from 255 or 29.64% from 307); Blue value is 145 (57.03% from 255 or 47.23% from 307); Max value from RGB is 145 - color contains mainly: blue. Hex color #475B91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475B91 is #B8A46E. Grayscale: #5A5A5A. Windows color (decimal): -12100719 or 9526087. OLE color: 9526087.

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

Color convert

RGB7191145-
CMYK0.510.3700.43
HSL223.78º34.26%42.35%-
HSV(B)223.78º51.03%56.86%-
XYZ11.4510.8728.28-
YUV91.18158.37113.61-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.13%
GREEN value IS 91 (35.94% from 255) = 29.64%
BLUE value IS 145 (57.03% from 255) = 47.23%
R=23.13%
G=29.64%
B=47.23%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal71911450.510.3700.43223.7834.2642.35
Hex475B91332502Be0222a
Octal10713322163450533404252
Binary1000111101101110010001110011100101010101111100000100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475B91; }

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

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

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

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

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

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

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

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