#475CAC

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

Shades of Mariner #475CAC

Tints of Mariner #475CAC

Color information

#475CAC (or 0x475CAC) is unknown color: approx Mariner. HEX triplet: 47, 5C and AC. RGB value is (71,92,172). Sum of RGB (Red+Green+Blue) = 71+92+172=335 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.19% from 335); Green value is 92 (36.33% from 255 or 27.46% from 335); Blue value is 172 (67.58% from 255 or 51.34% from 335); Max value from RGB is 172 - color contains mainly: blue. Hex color #475CAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475CAC is #B8A353. Grayscale: #5E5E5E. Windows color (decimal): -12100436 or 11295815. OLE color: 11295815.

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

Color convert

RGB7192172-
CMYK0.590.4700.33
HSL227.52º41.56%47.65%-
HSV(B)227.52º58.72%67.45%-
XYZ13.8711.9740.61-
YUV94.84171.54111-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.19%
GREEN value IS 92 (36.33% from 255) = 27.46%
BLUE value IS 172 (67.58% from 255) = 51.34%
R=21.19%
G=27.46%
B=51.34%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal71921720.590.4700.33227.5241.5647.65
Hex475CAC3B2F021e42a30
Octal10713425473570413445260
Binary1000111101110010101100111011101111010000111100100101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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