#475C99

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

Shades of Mariner #475C99

Tints of Mariner #475C99

Color information

#475C99 (or 0x475C99) is unknown color: approx Mariner. HEX triplet: 47, 5C and 99. RGB value is (71,92,153). Sum of RGB (Red+Green+Blue) = 71+92+153=316 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.47% from 316); Green value is 92 (36.33% from 255 or 29.11% from 316); Blue value is 153 (60.16% from 255 or 48.42% from 316); Max value from RGB is 153 - color contains mainly: blue. Hex color #475C99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475C99 is #B8A366. Grayscale: #5C5C5C. Windows color (decimal): -12100455 or 10050631. OLE color: 10050631.

HSL color Cylindrical-coordinate representation of color #475C99: hue angle of 224.63º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #475C99 is Cyan = 0.54, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB7192153-
CMYK0.540.4000.4
HSL224.63º36.61%43.92%-
HSV(B)224.63º53.59%60%-
XYZ12.1811.2931.68-
YUV92.68162.04112.54-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.47%
GREEN value IS 92 (36.33% from 255) = 29.11%
BLUE value IS 153 (60.16% from 255) = 48.42%
R=22.47%
G=29.11%
B=48.42%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal71921530.540.4000.4224.6336.6143.92
Hex475C993628028e1252c
Octal10713423166500503414554
Binary1000111101110010011001110110101000010100011100001100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,92,153); }

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

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

 a { background-color: rgb(71,92,153); }

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

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

 span { border-color: rgb(71,92,153); }

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