Shades of Mariner #476DB7
Tints of Mariner #476DB7
RGB
CMYK
RGB Variations
Color information
#476DB7 (or 0x476DB7) is known color: Mariner. HEX triplet: 47, 6D and B7. RGB value is (71,109,183). Sum of RGB (Red+Green+Blue) = 71+109+183=363 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.56% from 363); Green value is 109 (42.97% from 255 or 30.03% from 363); Blue value is 183 (71.88% from 255 or 50.41% from 363); Max value from RGB is 183 - color contains mainly: blue. Hex color #476DB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476DB7 is #B89248. Grayscale: #696969. Windows color (decimal): -12096073 or 12021063. OLE color: 12021063.
HSL color Cylindrical-coordinate representation of color #476DB7: hue angle of 219.64º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #476DB7 is Cyan = 0.61, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 71 | 109 | 183 | - |
| CMYK | 0.61 | 0.40 | 0 | 0.28 |
| HSL | 219.64º | 0.44% | 0.5% | - |
| HSV(B) | 219.64º | 0.61% | 0.72% | - |
| XYZ | 16.61 | 15.7 | 46.95 | - |
| YUV | 106.07 | 171.41 | 102.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 109 | 183 | 0.61 | 0.40 | 0 | 0.28 | 219.64 | 0.44 | 0.5 |
| Hex | 47 | 6D | B7 | 3D | 28 | 0 | 1C | DC | 2C | 32 |
| Octal | 107 | 155 | 267 | 75 | 50 | 0 | 34 | 334 | 54 | 62 |
| Binary | 1000111 | 1101101 | 10110111 | 111101 | 101000 | 0 | 11100 | 11011100 | 101100 | 110010 |
Color Harmonies of #476DB7
Complementary color
Monochromatic Colors of #476DB7
Black with #476DB7
Text Example
Text Example
White with #476DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476DB7; }
p { color: rgb(71,109,183); }
H1.HeaderClassName
{
color: #476DB7;
}
.AnyTagClassName
{
color: #476DB7;
}
</style>
background-color css
<style>
a { background-color: #476DB7; }
a { background-color: rgb(71,109,183); }
div.DivClassName
{
background-color: #476DB7;
}
.BgClassName
{
background-color: #476DB7;
}
</style>
border-color css
<style>
span { border-color: #476DB7; }
span { border-color: rgb(71,109,183); }
td.TdClassName
{
border-color: #476DB7;
}
.TagClassName
{
border-color: #476DB7;
}
</style>