Shades of Mariner #475F8F
Tints of Mariner #475F8F
RGB
CMYK
RGB Variations
Color information
#475F8F (or 0x475F8F) is known color: Mariner. HEX triplet: 47, 5F and 8F. RGB value is (71,95,143). Sum of RGB (Red+Green+Blue) = 71+95+143=309 (40% of max value = 765). Red value is 71 (28.12% from 255 or 22.98% from 309); Green value is 95 (37.5% from 255 or 30.74% from 309); Blue value is 143 (56.25% from 255 or 46.28% from 309); Max value from RGB is 143 - color contains mainly: blue. Hex color #475F8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475F8F is #B8A070. Grayscale: #5D5D5D. Windows color (decimal): -12099697 or 9396039. OLE color: 9396039.
HSL color Cylindrical-coordinate representation of color #475F8F: hue angle of 220º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #475F8F is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 71 | 95 | 143 | - |
| CMYK | 0.50 | 0.34 | 0 | 0.44 |
| HSL | 220º | 0.34% | 0.42% | - |
| HSV(B) | 220º | 0.5% | 0.56% | - |
| XYZ | 11.65 | 11.51 | 27.59 | - |
| YUV | 93.3 | 156.05 | 112.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 95 | 143 | 0.50 | 0.34 | 0 | 0.44 | 220 | 0.34 | 0.42 |
| Hex | 47 | 5F | 8F | 32 | 22 | 0 | 2C | DC | 22 | 2A |
| Octal | 107 | 137 | 217 | 62 | 42 | 0 | 54 | 334 | 42 | 52 |
| Binary | 1000111 | 1011111 | 10001111 | 110010 | 100010 | 0 | 101100 | 11011100 | 100010 | 101010 |
Color Harmonies of #475F8F
Complementary color
Monochromatic Colors of #475F8F
Black with #475F8F
Text Example
Text Example
White with #475F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475F8F; }
p { color: rgb(71,95,143); }
H1.HeaderClassName
{
color: #475F8F;
}
.AnyTagClassName
{
color: #475F8F;
}
</style>
background-color css
<style>
a { background-color: #475F8F; }
a { background-color: rgb(71,95,143); }
div.DivClassName
{
background-color: #475F8F;
}
.BgClassName
{
background-color: #475F8F;
}
</style>
border-color css
<style>
span { border-color: #475F8F; }
span { border-color: rgb(71,95,143); }
td.TdClassName
{
border-color: #475F8F;
}
.TagClassName
{
border-color: #475F8F;
}
</style>