Shades of Mariner #486499
Tints of Mariner #486499
RGB
CMYK
RGB Variations
Color information
#486499 (or 0x486499) is known color: Mariner. HEX triplet: 48, 64 and 99. RGB value is (72,100,153). Sum of RGB (Red+Green+Blue) = 72+100+153=325 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.15% from 325); Green value is 100 (39.45% from 255 or 30.77% from 325); Blue value is 153 (60.16% from 255 or 47.08% from 325); Max value from RGB is 153 - color contains mainly: blue. Hex color #486499 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486499 is #B79B66. Grayscale: #616161. Windows color (decimal): -12032871 or 10052680. OLE color: 10052680.
HSL color Cylindrical-coordinate representation of color #486499: hue angle of 219.26º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #486499 is Cyan = 0.53, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 72 | 100 | 153 | - |
| CMYK | 0.53 | 0.35 | 0 | 0.4 |
| HSL | 219.26º | 0.36% | 0.44% | - |
| HSV(B) | 219.26º | 0.53% | 0.6% | - |
| XYZ | 12.98 | 12.79 | 31.92 | - |
| YUV | 97.67 | 159.22 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 100 | 153 | 0.53 | 0.35 | 0 | 0.4 | 219.26 | 0.36 | 0.44 |
| Hex | 48 | 64 | 99 | 35 | 23 | 0 | 28 | DB | 24 | 2C |
| Octal | 110 | 144 | 231 | 65 | 43 | 0 | 50 | 333 | 44 | 54 |
| Binary | 1001000 | 1100100 | 10011001 | 110101 | 100011 | 0 | 101000 | 11011011 | 100100 | 101100 |
Color Harmonies of #486499
Complementary color
Monochromatic Colors of #486499
Black with #486499
Text Example
Text Example
White with #486499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486499; }
p { color: rgb(72,100,153); }
H1.HeaderClassName
{
color: #486499;
}
.AnyTagClassName
{
color: #486499;
}
</style>
background-color css
<style>
a { background-color: #486499; }
a { background-color: rgb(72,100,153); }
div.DivClassName
{
background-color: #486499;
}
.BgClassName
{
background-color: #486499;
}
</style>
border-color css
<style>
span { border-color: #486499; }
span { border-color: rgb(72,100,153); }
td.TdClassName
{
border-color: #486499;
}
.TagClassName
{
border-color: #486499;
}
</style>