#475fae

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

Shades of Mariner #475FAE

Tints of Mariner #475FAE

Color information

#475FAE (or 0x475FAE) is unknown color: approx Mariner. HEX triplet: 47, 5F and AE. RGB value is (71,95,174). Sum of RGB (Red+Green+Blue) = 71+95+174=340 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.88% from 340); Green value is 95 (37.5% from 255 or 27.94% from 340); Blue value is 174 (68.36% from 255 or 51.18% from 340); Max value from RGB is 174 - color contains mainly: blue. Hex color #475FAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475FAE is #B8A051. Grayscale: #606060. Windows color (decimal): -12099666 or 11427655. OLE color: 11427655.

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

Color convert

RGB7195174-
CMYK0.590.4500.32
HSL226.02º42.04%48.04%-
HSV(B)226.02º59.2%68.24%-
XYZ14.3312.5841.72-
YUV96.83171.55109.58-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.88%
GREEN value IS 95 (37.5% from 255) = 27.94%
BLUE value IS 174 (68.36% from 255) = 51.18%
R=20.88%
G=27.94%
B=51.18%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal71951740.590.4500.32226.0242.0448.04
Hex475FAE3B2D020e22a30
Octal10713725673550403425260
Binary1000111101111110101110111011101101010000011100010101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475fae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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