#475BA2

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

Shades of Mariner #475BA2

Tints of Mariner #475BA2

Color information

#475BA2 (or 0x475BA2) is unknown color: approx Mariner. HEX triplet: 47, 5B and A2. RGB value is (71,91,162). Sum of RGB (Red+Green+Blue) = 71+91+162=324 (42% of max value = 765). Red value is 71 (28.12% from 255 or 21.91% from 324); Green value is 91 (35.94% from 255 or 28.09% from 324); Blue value is 162 (63.67% from 255 or 50% from 324); Max value from RGB is 162 - color contains mainly: blue. Hex color #475BA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475BA2 is #B8A45D. Grayscale: #5C5C5C. Windows color (decimal): -12100702 or 10640199. OLE color: 10640199.

HSL color Cylindrical-coordinate representation of color #475BA2: hue angle of 226.81º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #475BA2 is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB7191162-
CMYK0.560.4400.36
HSL226.81º39.06%45.69%-
HSV(B)226.81º56.17%63.53%-
XYZ12.8611.4335.71-
YUV93.11166.87112.23-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.91%
GREEN value IS 91 (35.94% from 255) = 28.09%
BLUE value IS 162 (63.67% from 255) = 50%
R=21.91%
G=28.09%
B=50%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal71911620.560.4400.36226.8139.0645.69
Hex475BA2382C024e3272e
Octal10713324270540443434756
Binary1000111101101110100010111000101100010010011100011100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,91,162); }

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

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

 a { background-color: rgb(71,91,162); }

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

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

 span { border-color: rgb(71,91,162); }

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