#475AAB

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

Shades of Mariner #475AAB

Tints of Mariner #475AAB

Color information

#475AAB (or 0x475AAB) is unknown color: approx Mariner. HEX triplet: 47, 5A and AB. RGB value is (71,90,171). Sum of RGB (Red+Green+Blue) = 71+90+171=332 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.39% from 332); Green value is 90 (35.55% from 255 or 27.11% from 332); Blue value is 171 (67.19% from 255 or 51.51% from 332); Max value from RGB is 171 - color contains mainly: blue. Hex color #475AAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475AAB is #B8A554. Grayscale: #5D5D5D. Windows color (decimal): -12100949 or 11229767. OLE color: 11229767.

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

Color convert

RGB7190171-
CMYK0.580.4700.33
HSL228.6º41.32%47.45%-
HSV(B)228.6º58.48%67.06%-
XYZ13.6111.5940.05-
YUV93.55171.71111.91-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.39%
GREEN value IS 90 (35.55% from 255) = 27.11%
BLUE value IS 171 (67.19% from 255) = 51.51%
R=21.39%
G=27.11%
B=51.51%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal71901710.580.4700.33228.641.3247.45
Hex475AAB3A2F021e5292f
Octal10713225372570413455157
Binary1000111101101010101011111010101111010000111100101101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,90,171); }

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

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

 a { background-color: rgb(71,90,171); }

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

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

 span { border-color: rgb(71,90,171); }

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