#475DAE

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

Shades of Mariner #475DAE

Tints of Mariner #475DAE

Color information

#475DAE (or 0x475DAE) is unknown color: approx Mariner. HEX triplet: 47, 5D and AE. RGB value is (71,93,174). Sum of RGB (Red+Green+Blue) = 71+93+174=338 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.01% from 338); Green value is 93 (36.72% from 255 or 27.51% from 338); Blue value is 174 (68.36% from 255 or 51.48% from 338); Max value from RGB is 174 - color contains mainly: blue. Hex color #475DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475DAE is #B8A251. Grayscale: #5F5F5F. Windows color (decimal): -12100178 or 11427143. OLE color: 11427143.

HSL color Cylindrical-coordinate representation of color #475DAE: hue angle of 227.18º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #475DAE is Cyan = 0.59, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7193174-
CMYK0.590.4700.32
HSL227.18º42.04%48.04%-
HSV(B)227.18º59.2%68.24%-
XYZ14.1512.2241.66-
YUV95.66172.21110.41-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.01%
GREEN value IS 93 (36.72% from 255) = 27.51%
BLUE value IS 174 (68.36% from 255) = 51.48%
R=21.01%
G=27.51%
B=51.48%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal71931740.590.4700.32227.1842.0448.04
Hex475DAE3B2F020e32a30
Octal10713525673570403435260
Binary1000111101110110101110111011101111010000011100011101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,93,174); }

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

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

 a { background-color: rgb(71,93,174); }

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

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

 span { border-color: rgb(71,93,174); }

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