#475BAE

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

Shades of Mariner #475BAE

Tints of Mariner #475BAE

Color information

#475BAE (or 0x475BAE) is unknown color: approx Mariner. HEX triplet: 47, 5B and AE. RGB value is (71,91,174). Sum of RGB (Red+Green+Blue) = 71+91+174=336 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.13% from 336); Green value is 91 (35.94% from 255 or 27.08% from 336); Blue value is 174 (68.36% from 255 or 51.79% from 336); Max value from RGB is 174 - color contains mainly: blue. Hex color #475BAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475BAE is #B8A451. Grayscale: #5E5E5E. Windows color (decimal): -12100690 or 11426631. OLE color: 11426631.

HSL color Cylindrical-coordinate representation of color #475BAE: hue angle of 228.35º 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 #475BAE is Cyan = 0.59, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7191174-
CMYK0.590.4800.32
HSL228.35º42.04%48.04%-
HSV(B)228.35º59.2%68.24%-
XYZ13.9811.8841.6-
YUV94.48172.87111.25-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.13%
GREEN value IS 91 (35.94% from 255) = 27.08%
BLUE value IS 174 (68.36% from 255) = 51.79%
R=21.13%
G=27.08%
B=51.79%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal71911740.590.4800.32228.3542.0448.04
Hex475BAE3B30020e42a30
Octal10713325673600403445260
Binary1000111101101110101110111011110000010000011100100101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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