Shades of Mariner #475CAB
Tints of Mariner #475CAB
RGB
CMYK
RGB Variations
Color information
#475CAB (or 0x475CAB) is known color: Mariner. HEX triplet: 47, 5C and AB. RGB value is (71,92,171). Sum of RGB (Red+Green+Blue) = 71+92+171=334 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.26% from 334); Green value is 92 (36.33% from 255 or 27.54% from 334); Blue value is 171 (67.19% from 255 or 51.20% from 334); Max value from RGB is 171 - color contains mainly: blue. Hex color #475CAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475CAB is #B8A354. Grayscale: #5E5E5E. Windows color (decimal): -12100437 or 11230279. OLE color: 11230279.
HSL color Cylindrical-coordinate representation of color #475CAB: hue angle of 227.4º 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 #475CAB is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 71 | 92 | 171 | - |
| CMYK | 0.58 | 0.46 | 0 | 0.33 |
| HSL | 227.4º | 0.41% | 0.47% | - |
| HSV(B) | 227.4º | 0.58% | 0.67% | - |
| XYZ | 13.78 | 11.93 | 40.11 | - |
| YUV | 94.73 | 171.04 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 92 | 171 | 0.58 | 0.46 | 0 | 0.33 | 227.4 | 0.41 | 0.47 |
| Hex | 47 | 5C | AB | 3A | 2E | 0 | 21 | E3 | 29 | 2F |
| Octal | 107 | 134 | 253 | 72 | 56 | 0 | 41 | 343 | 51 | 57 |
| Binary | 1000111 | 1011100 | 10101011 | 111010 | 101110 | 0 | 100001 | 11100011 | 101001 | 101111 |
Color Harmonies of #475CAB
Complementary color
Monochromatic Colors of #475CAB
Black with #475CAB
Text Example
Text Example
White with #475CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475CAB; }
p { color: rgb(71,92,171); }
H1.HeaderClassName
{
color: #475CAB;
}
.AnyTagClassName
{
color: #475CAB;
}
</style>
background-color css
<style>
a { background-color: #475CAB; }
a { background-color: rgb(71,92,171); }
div.DivClassName
{
background-color: #475CAB;
}
.BgClassName
{
background-color: #475CAB;
}
</style>
border-color css
<style>
span { border-color: #475CAB; }
span { border-color: rgb(71,92,171); }
td.TdClassName
{
border-color: #475CAB;
}
.TagClassName
{
border-color: #475CAB;
}
</style>