#475FA8

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

Shades of Mariner #475FA8

Tints of Mariner #475FA8

Color information

#475FA8 (or 0x475FA8) is unknown color: approx Mariner. HEX triplet: 47, 5F and A8. RGB value is (71,95,168). Sum of RGB (Red+Green+Blue) = 71+95+168=334 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.26% from 334); Green value is 95 (37.5% from 255 or 28.44% from 334); Blue value is 168 (66.02% from 255 or 50.30% from 334); Max value from RGB is 168 - color contains mainly: blue. Hex color #475FA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475FA8 is #B8A057. Grayscale: #5F5F5F. Windows color (decimal): -12099672 or 11034439. OLE color: 11034439.

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

Color convert

RGB7195168-
CMYK0.580.4300.34
HSL225.15º40.59%46.86%-
HSV(B)225.15º57.74%65.88%-
XYZ13.7612.3538.7-
YUV96.15168.55110.06-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.26%
GREEN value IS 95 (37.5% from 255) = 28.44%
BLUE value IS 168 (66.02% from 255) = 50.30%
R=21.26%
G=28.44%
B=50.30%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal71951680.580.4300.34225.1540.5946.86
Hex475FA83A2B022e1292f
Octal10713725072530423415157
Binary1000111101111110101000111010101011010001011100001101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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