#475A95

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

Shades of Mariner #475A95

Tints of Mariner #475A95

Color information

#475A95 (or 0x475A95) is unknown color: approx Mariner. HEX triplet: 47, 5A and 95. RGB value is (71,90,149). Sum of RGB (Red+Green+Blue) = 71+90+149=310 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.90% from 310); Green value is 90 (35.55% from 255 or 29.03% from 310); Blue value is 149 (58.59% from 255 or 48.06% from 310); Max value from RGB is 149 - color contains mainly: blue. Hex color #475A95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475A95 is #B8A56A. Grayscale: #5A5A5A. Windows color (decimal): -12100971 or 9787975. OLE color: 9787975.

HSL color Cylindrical-coordinate representation of color #475A95: hue angle of 225.38º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #475A95 is Cyan = 0.52, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7190149-
CMYK0.520.4000.42
HSL225.38º35.45%43.14%-
HSV(B)225.38º52.35%58.43%-
XYZ11.6810.8229.91-
YUV91.04160.71113.7-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.90%
GREEN value IS 90 (35.55% from 255) = 29.03%
BLUE value IS 149 (58.59% from 255) = 48.06%
R=22.90%
G=29.03%
B=48.06%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal71901490.520.4000.42225.3835.4543.14
Hex475A95342802Ae1232b
Octal10713222564500523414353
Binary1000111101101010010101110100101000010101011100001100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,90,149); }

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

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

 a { background-color: rgb(71,90,149); }

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

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

 span { border-color: rgb(71,90,149); }

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