Shades of Mariner #496BB8
Tints of Mariner #496BB8
RGB
CMYK
RGB Variations
Color information
#496BB8 (or 0x496BB8) is known color: Mariner. HEX triplet: 49, 6B and B8. RGB value is (73,107,184). Sum of RGB (Red+Green+Blue) = 73+107+184=364 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20.05% from 364); Green value is 107 (42.19% from 255 or 29.40% from 364); Blue value is 184 (72.27% from 255 or 50.55% from 364); Max value from RGB is 184 - color contains mainly: blue. Hex color #496BB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #496BB8 is #B69447. Grayscale: #696969. Windows color (decimal): -11965512 or 12086089. OLE color: 12086089.
HSL color Cylindrical-coordinate representation of color #496BB8: hue angle of 221.62º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #496BB8 is Cyan = 0.60, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 73 | 107 | 184 | - |
| CMYK | 0.60 | 0.42 | 0 | 0.28 |
| HSL | 221.62º | 0.44% | 0.5% | - |
| HSV(B) | 221.62º | 0.6% | 0.72% | - |
| XYZ | 16.66 | 15.39 | 47.44 | - |
| YUV | 105.61 | 172.24 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 107 | 184 | 0.60 | 0.42 | 0 | 0.28 | 221.62 | 0.44 | 0.5 |
| Hex | 49 | 6B | B8 | 3C | 2A | 0 | 1C | DE | 2C | 32 |
| Octal | 111 | 153 | 270 | 74 | 52 | 0 | 34 | 336 | 54 | 62 |
| Binary | 1001001 | 1101011 | 10111000 | 111100 | 101010 | 0 | 11100 | 11011110 | 101100 | 110010 |
Color Harmonies of #496BB8
Complementary color
Monochromatic Colors of #496BB8
Black with #496BB8
Text Example
Text Example
White with #496BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496BB8; }
p { color: rgb(73,107,184); }
H1.HeaderClassName
{
color: #496BB8;
}
.AnyTagClassName
{
color: #496BB8;
}
</style>
background-color css
<style>
a { background-color: #496BB8; }
a { background-color: rgb(73,107,184); }
div.DivClassName
{
background-color: #496BB8;
}
.BgClassName
{
background-color: #496BB8;
}
</style>
border-color css
<style>
span { border-color: #496BB8; }
span { border-color: rgb(73,107,184); }
td.TdClassName
{
border-color: #496BB8;
}
.TagClassName
{
border-color: #496BB8;
}
</style>