Shades of Mariner #475BA8
Tints of Mariner #475BA8
RGB
CMYK
RGB Variations
Color information
#475BA8 (or 0x475BA8) is known color: Mariner. HEX triplet: 47, 5B and A8. RGB value is (71,91,168). Sum of RGB (Red+Green+Blue) = 71+91+168=330 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.52% from 330); Green value is 91 (35.94% from 255 or 27.58% from 330); Blue value is 168 (66.02% from 255 or 50.91% from 330); Max value from RGB is 168 - color contains mainly: blue. Hex color #475BA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475BA8 is #B8A457. Grayscale: #5D5D5D. Windows color (decimal): -12100696 or 11033415. OLE color: 11033415.
HSL color Cylindrical-coordinate representation of color #475BA8: hue angle of 227.63º 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 #475BA8 is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 71 | 91 | 168 | - |
| CMYK | 0.58 | 0.46 | 0 | 0.34 |
| HSL | 227.63º | 0.41% | 0.47% | - |
| HSV(B) | 227.63º | 0.58% | 0.66% | - |
| XYZ | 13.41 | 11.65 | 38.59 | - |
| YUV | 93.8 | 169.87 | 111.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 91 | 168 | 0.58 | 0.46 | 0 | 0.34 | 227.63 | 0.41 | 0.47 |
| Hex | 47 | 5B | A8 | 3A | 2E | 0 | 22 | E4 | 29 | 2F |
| Octal | 107 | 133 | 250 | 72 | 56 | 0 | 42 | 344 | 51 | 57 |
| Binary | 1000111 | 1011011 | 10101000 | 111010 | 101110 | 0 | 100010 | 11100100 | 101001 | 101111 |
Color Harmonies of #475BA8
Complementary color
Monochromatic Colors of #475BA8
Black with #475BA8
Text Example
Text Example
White with #475BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475BA8; }
p { color: rgb(71,91,168); }
H1.HeaderClassName
{
color: #475BA8;
}
.AnyTagClassName
{
color: #475BA8;
}
</style>
background-color css
<style>
a { background-color: #475BA8; }
a { background-color: rgb(71,91,168); }
div.DivClassName
{
background-color: #475BA8;
}
.BgClassName
{
background-color: #475BA8;
}
</style>
border-color css
<style>
span { border-color: #475BA8; }
span { border-color: rgb(71,91,168); }
td.TdClassName
{
border-color: #475BA8;
}
.TagClassName
{
border-color: #475BA8;
}
</style>