Shades of Mariner #475D99
Tints of Mariner #475D99
RGB
CMYK
RGB Variations
Color information
#475D99 (or 0x475D99) is known color: Mariner. HEX triplet: 47, 5D and 99. RGB value is (71,93,153). Sum of RGB (Red+Green+Blue) = 71+93+153=317 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.40% from 317); Green value is 93 (36.72% from 255 or 29.34% from 317); Blue value is 153 (60.16% from 255 or 48.26% from 317); Max value from RGB is 153 - color contains mainly: blue. Hex color #475D99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475D99 is #B8A266. Grayscale: #5D5D5D. Windows color (decimal): -12100199 or 10050887. OLE color: 10050887.
HSL color Cylindrical-coordinate representation of color #475D99: hue angle of 223.9º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #475D99 is Cyan = 0.54, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 71 | 93 | 153 | - |
| CMYK | 0.54 | 0.39 | 0 | 0.4 |
| HSL | 223.9º | 0.37% | 0.44% | - |
| HSV(B) | 223.9º | 0.54% | 0.6% | - |
| XYZ | 12.26 | 11.47 | 31.7 | - |
| YUV | 93.26 | 161.71 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 93 | 153 | 0.54 | 0.39 | 0 | 0.4 | 223.9 | 0.37 | 0.44 |
| Hex | 47 | 5D | 99 | 36 | 27 | 0 | 28 | E0 | 25 | 2C |
| Octal | 107 | 135 | 231 | 66 | 47 | 0 | 50 | 340 | 45 | 54 |
| Binary | 1000111 | 1011101 | 10011001 | 110110 | 100111 | 0 | 101000 | 11100000 | 100101 | 101100 |
Color Harmonies of #475D99
Complementary color
Monochromatic Colors of #475D99
Black with #475D99
Text Example
Text Example
White with #475D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475D99; }
p { color: rgb(71,93,153); }
H1.HeaderClassName
{
color: #475D99;
}
.AnyTagClassName
{
color: #475D99;
}
</style>
background-color css
<style>
a { background-color: #475D99; }
a { background-color: rgb(71,93,153); }
div.DivClassName
{
background-color: #475D99;
}
.BgClassName
{
background-color: #475D99;
}
</style>
border-color css
<style>
span { border-color: #475D99; }
span { border-color: rgb(71,93,153); }
td.TdClassName
{
border-color: #475D99;
}
.TagClassName
{
border-color: #475D99;
}
</style>