#475AAA

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

Shades of Mariner #475AAA

Tints of Mariner #475AAA

Color information

#475AAA (or 0x475AAA) is unknown color: approx Mariner. HEX triplet: 47, 5A and AA. RGB value is (71,90,170). Sum of RGB (Red+Green+Blue) = 71+90+170=331 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.45% from 331); Green value is 90 (35.55% from 255 or 27.19% from 331); Blue value is 170 (66.80% from 255 or 51.36% from 331); Max value from RGB is 170 - color contains mainly: blue. Hex color #475AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475AAA is #B8A555. Grayscale: #5D5D5D. Windows color (decimal): -12100950 or 11164231. OLE color: 11164231.

HSL color Cylindrical-coordinate representation of color #475AAA: hue angle of 228.48º 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 #475AAA is Cyan = 0.58, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7190170-
CMYK0.580.4700.33
HSL228.48º41.08%47.25%-
HSV(B)228.48º58.24%66.67%-
XYZ13.5111.5539.55-
YUV93.44171.21112-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.45%
GREEN value IS 90 (35.55% from 255) = 27.19%
BLUE value IS 170 (66.80% from 255) = 51.36%
R=21.45%
G=27.19%
B=51.36%

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
Decimal71901700.580.4700.33228.4841.0847.25
Hex475AAA3A2F021e4292f
Octal10713225272570413445157
Binary1000111101101010101010111010101111010000111100100101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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