#475eae

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

Shades of Mariner #475EAE

Tints of Mariner #475EAE

Color information

#475EAE (or 0x475EAE) is unknown color: approx Mariner. HEX triplet: 47, 5E and AE. RGB value is (71,94,174). Sum of RGB (Red+Green+Blue) = 71+94+174=339 (44% of max value = 765). Red value is 71 (28.12% from 255 or 20.94% from 339); Green value is 94 (37.11% from 255 or 27.73% from 339); Blue value is 174 (68.36% from 255 or 51.33% from 339); Max value from RGB is 174 - color contains mainly: blue. Hex color #475EAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475EAE is #B8A151. Grayscale: #5F5F5F. Windows color (decimal): -12099922 or 11427399. OLE color: 11427399.

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

Color convert

RGB7194174-
CMYK0.590.4600.32
HSL226.6º42.04%48.04%-
HSV(B)226.6º59.2%68.24%-
XYZ14.2412.441.69-
YUV96.24171.88110-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.94%
GREEN value IS 94 (37.11% from 255) = 27.73%
BLUE value IS 174 (68.36% from 255) = 51.33%
R=20.94%
G=27.73%
B=51.33%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal71941740.590.4600.32226.642.0448.04
Hex475EAE3B2E020e32a30
Octal10713625673560403435260
Binary1000111101111010101110111011101110010000011100011101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475eae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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