Shades of Mariner #476BB9
Tints of Mariner #476BB9
RGB
CMYK
RGB Variations
Color information
#476BB9 (or 0x476BB9) is known color: Mariner. HEX triplet: 47, 6B and B9. RGB value is (71,107,185). Sum of RGB (Red+Green+Blue) = 71+107+185=363 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.56% from 363); Green value is 107 (42.19% from 255 or 29.48% from 363); Blue value is 185 (72.66% from 255 or 50.96% from 363); Max value from RGB is 185 - color contains mainly: blue. Hex color #476BB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476BB9 is #B89446. Grayscale: #686868. Windows color (decimal): -12096583 or 12151623. OLE color: 12151623.
HSL color Cylindrical-coordinate representation of color #476BB9: hue angle of 221.05º 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 #476BB9 is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 71 | 107 | 185 | - |
| CMYK | 0.62 | 0.42 | 0 | 0.27 |
| HSL | 221.05º | 0.45% | 0.5% | - |
| HSV(B) | 221.05º | 0.62% | 0.73% | - |
| XYZ | 16.61 | 15.36 | 47.99 | - |
| YUV | 105.13 | 173.07 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 107 | 185 | 0.62 | 0.42 | 0 | 0.27 | 221.05 | 0.45 | 0.5 |
| Hex | 47 | 6B | B9 | 3E | 2A | 0 | 1B | DD | 2D | 32 |
| Octal | 107 | 153 | 271 | 76 | 52 | 0 | 33 | 335 | 55 | 62 |
| Binary | 1000111 | 1101011 | 10111001 | 111110 | 101010 | 0 | 11011 | 11011101 | 101101 | 110010 |
Color Harmonies of #476BB9
Complementary color
Monochromatic Colors of #476BB9
Black with #476BB9
Text Example
Text Example
White with #476BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476BB9; }
p { color: rgb(71,107,185); }
H1.HeaderClassName
{
color: #476BB9;
}
.AnyTagClassName
{
color: #476BB9;
}
</style>
background-color css
<style>
a { background-color: #476BB9; }
a { background-color: rgb(71,107,185); }
div.DivClassName
{
background-color: #476BB9;
}
.BgClassName
{
background-color: #476BB9;
}
</style>
border-color css
<style>
span { border-color: #476BB9; }
span { border-color: rgb(71,107,185); }
td.TdClassName
{
border-color: #476BB9;
}
.TagClassName
{
border-color: #476BB9;
}
</style>