Shades of Mariner #475B8F
Tints of Mariner #475B8F
RGB
CMYK
RGB Variations
Color information
#475B8F (or 0x475B8F) is known color: Mariner. HEX triplet: 47, 5B and 8F. RGB value is (71,91,143). Sum of RGB (Red+Green+Blue) = 71+91+143=305 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.28% from 305); Green value is 91 (35.94% from 255 or 29.84% from 305); Blue value is 143 (56.25% from 255 or 46.89% from 305); Max value from RGB is 143 - color contains mainly: blue. Hex color #475B8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475B8F is #B8A470. Grayscale: #5A5A5A. Windows color (decimal): -12100721 or 9395015. OLE color: 9395015.
HSL color Cylindrical-coordinate representation of color #475B8F: hue angle of 223.33º 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 #475B8F is Cyan = 0.50, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 71 | 91 | 143 | - |
| CMYK | 0.50 | 0.36 | 0 | 0.44 |
| HSL | 223.33º | 0.34% | 0.42% | - |
| HSV(B) | 223.33º | 0.5% | 0.56% | - |
| XYZ | 11.3 | 10.8 | 27.48 | - |
| YUV | 90.95 | 157.37 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 91 | 143 | 0.50 | 0.36 | 0 | 0.44 | 223.33 | 0.34 | 0.42 |
| Hex | 47 | 5B | 8F | 32 | 24 | 0 | 2C | DF | 22 | 2A |
| Octal | 107 | 133 | 217 | 62 | 44 | 0 | 54 | 337 | 42 | 52 |
| Binary | 1000111 | 1011011 | 10001111 | 110010 | 100100 | 0 | 101100 | 11011111 | 100010 | 101010 |
Color Harmonies of #475B8F
Complementary color
Monochromatic Colors of #475B8F
Black with #475B8F
Text Example
Text Example
White with #475B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475B8F; }
p { color: rgb(71,91,143); }
H1.HeaderClassName
{
color: #475B8F;
}
.AnyTagClassName
{
color: #475B8F;
}
</style>
background-color css
<style>
a { background-color: #475B8F; }
a { background-color: rgb(71,91,143); }
div.DivClassName
{
background-color: #475B8F;
}
.BgClassName
{
background-color: #475B8F;
}
</style>
border-color css
<style>
span { border-color: #475B8F; }
span { border-color: rgb(71,91,143); }
td.TdClassName
{
border-color: #475B8F;
}
.TagClassName
{
border-color: #475B8F;
}
</style>