Shades of Mariner #476CB9
Tints of Mariner #476CB9
RGB
CMYK
RGB Variations
Color information
#476CB9 (or 0x476CB9) is known color: Mariner. HEX triplet: 47, 6C and B9. RGB value is (71,108,185). Sum of RGB (Red+Green+Blue) = 71+108+185=364 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.51% from 364); Green value is 108 (42.58% from 255 or 29.67% from 364); Blue value is 185 (72.66% from 255 or 50.82% from 364); Max value from RGB is 185 - color contains mainly: blue. Hex color #476CB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476CB9 is #B89346. Grayscale: #696969. Windows color (decimal): -12096327 or 12151879. OLE color: 12151879.
HSL color Cylindrical-coordinate representation of color #476CB9: hue angle of 220.53º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #476CB9 is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 71 | 108 | 185 | - |
| CMYK | 0.62 | 0.42 | 0 | 0.27 |
| HSL | 220.53º | 0.45% | 0.5% | - |
| HSV(B) | 220.53º | 0.62% | 0.73% | - |
| XYZ | 16.72 | 15.57 | 48.02 | - |
| YUV | 105.72 | 172.74 | 103.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 108 | 185 | 0.62 | 0.42 | 0 | 0.27 | 220.53 | 0.45 | 0.5 |
| Hex | 47 | 6C | B9 | 3E | 2A | 0 | 1B | DD | 2D | 32 |
| Octal | 107 | 154 | 271 | 76 | 52 | 0 | 33 | 335 | 55 | 62 |
| Binary | 1000111 | 1101100 | 10111001 | 111110 | 101010 | 0 | 11011 | 11011101 | 101101 | 110010 |
Color Harmonies of #476CB9
Complementary color
Monochromatic Colors of #476CB9
Black with #476CB9
Text Example
Text Example
White with #476CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476CB9; }
p { color: rgb(71,108,185); }
H1.HeaderClassName
{
color: #476CB9;
}
.AnyTagClassName
{
color: #476CB9;
}
</style>
background-color css
<style>
a { background-color: #476CB9; }
a { background-color: rgb(71,108,185); }
div.DivClassName
{
background-color: #476CB9;
}
.BgClassName
{
background-color: #476CB9;
}
</style>
border-color css
<style>
span { border-color: #476CB9; }
span { border-color: rgb(71,108,185); }
td.TdClassName
{
border-color: #476CB9;
}
.TagClassName
{
border-color: #476CB9;
}
</style>