Shades of Mariner #476AB0
Tints of Mariner #476AB0
RGB
CMYK
RGB Variations
Color information
#476AB0 (or 0x476AB0) is known color: Mariner. HEX triplet: 47, 6A and B0. RGB value is (71,106,176). Sum of RGB (Red+Green+Blue) = 71+106+176=353 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.11% from 353); Green value is 106 (41.80% from 255 or 30.03% from 353); Blue value is 176 (69.14% from 255 or 49.86% from 353); Max value from RGB is 176 - color contains mainly: blue. Hex color #476AB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476AB0 is #B8954F. Grayscale: #676767. Windows color (decimal): -12096848 or 11561543. OLE color: 11561543.
HSL color Cylindrical-coordinate representation of color #476AB0: hue angle of 220º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #476AB0 is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 71 | 106 | 176 | - |
| CMYK | 0.60 | 0.40 | 0 | 0.31 |
| HSL | 220º | 0.43% | 0.48% | - |
| HSV(B) | 220º | 0.6% | 0.69% | - |
| XYZ | 15.59 | 14.78 | 43.11 | - |
| YUV | 103.52 | 168.9 | 104.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 106 | 176 | 0.60 | 0.40 | 0 | 0.31 | 220 | 0.43 | 0.48 |
| Hex | 47 | 6A | B0 | 3C | 28 | 0 | 1F | DC | 2B | 30 |
| Octal | 107 | 152 | 260 | 74 | 50 | 0 | 37 | 334 | 53 | 60 |
| Binary | 1000111 | 1101010 | 10110000 | 111100 | 101000 | 0 | 11111 | 11011100 | 101011 | 110000 |
Color Harmonies of #476AB0
Complementary color
Monochromatic Colors of #476AB0
Black with #476AB0
Text Example
Text Example
White with #476AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476AB0; }
p { color: rgb(71,106,176); }
H1.HeaderClassName
{
color: #476AB0;
}
.AnyTagClassName
{
color: #476AB0;
}
</style>
background-color css
<style>
a { background-color: #476AB0; }
a { background-color: rgb(71,106,176); }
div.DivClassName
{
background-color: #476AB0;
}
.BgClassName
{
background-color: #476AB0;
}
</style>
border-color css
<style>
span { border-color: #476AB0; }
span { border-color: rgb(71,106,176); }
td.TdClassName
{
border-color: #476AB0;
}
.TagClassName
{
border-color: #476AB0;
}
</style>