Shades of Mariner #476AB7
Tints of Mariner #476AB7
RGB
CMYK
RGB Variations
Color information
#476AB7 (or 0x476AB7) is known color: Mariner. HEX triplet: 47, 6A and B7. RGB value is (71,106,183). Sum of RGB (Red+Green+Blue) = 71+106+183=360 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.72% from 360); Green value is 106 (41.80% from 255 or 29.44% from 360); Blue value is 183 (71.88% from 255 or 50.83% from 360); Max value from RGB is 183 - color contains mainly: blue. Hex color #476AB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476AB7 is #B89548. Grayscale: #676767. Windows color (decimal): -12096841 or 12020295. OLE color: 12020295.
HSL color Cylindrical-coordinate representation of color #476AB7: hue angle of 221.25º 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 #476AB7 is Cyan = 0.61, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 71 | 106 | 183 | - |
| CMYK | 0.61 | 0.42 | 0 | 0.28 |
| HSL | 221.25º | 0.44% | 0.5% | - |
| HSV(B) | 221.25º | 0.61% | 0.72% | - |
| XYZ | 16.3 | 15.07 | 46.85 | - |
| YUV | 104.31 | 172.4 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 106 | 183 | 0.61 | 0.42 | 0 | 0.28 | 221.25 | 0.44 | 0.5 |
| Hex | 47 | 6A | B7 | 3D | 2A | 0 | 1C | DD | 2C | 32 |
| Octal | 107 | 152 | 267 | 75 | 52 | 0 | 34 | 335 | 54 | 62 |
| Binary | 1000111 | 1101010 | 10110111 | 111101 | 101010 | 0 | 11100 | 11011101 | 101100 | 110010 |
Color Harmonies of #476AB7
Complementary color
Monochromatic Colors of #476AB7
Black with #476AB7
Text Example
Text Example
White with #476AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476AB7; }
p { color: rgb(71,106,183); }
H1.HeaderClassName
{
color: #476AB7;
}
.AnyTagClassName
{
color: #476AB7;
}
</style>
background-color css
<style>
a { background-color: #476AB7; }
a { background-color: rgb(71,106,183); }
div.DivClassName
{
background-color: #476AB7;
}
.BgClassName
{
background-color: #476AB7;
}
</style>
border-color css
<style>
span { border-color: #476AB7; }
span { border-color: rgb(71,106,183); }
td.TdClassName
{
border-color: #476AB7;
}
.TagClassName
{
border-color: #476AB7;
}
</style>