Shades of Mariner #486398
Tints of Mariner #486398
RGB
CMYK
RGB Variations
Color information
#486398 (or 0x486398) is known color: Mariner. HEX triplet: 48, 63 and 98. RGB value is (72,99,152). Sum of RGB (Red+Green+Blue) = 72+99+152=323 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.29% from 323); Green value is 99 (39.06% from 255 or 30.65% from 323); Blue value is 152 (59.77% from 255 or 47.06% from 323); Max value from RGB is 152 - color contains mainly: blue. Hex color #486398 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486398 is #B79C67. Grayscale: #606060. Windows color (decimal): -12033128 or 9986888. OLE color: 9986888.
HSL color Cylindrical-coordinate representation of color #486398: hue angle of 219.75º 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 #486398 is Cyan = 0.53, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 72 | 99 | 152 | - |
| CMYK | 0.53 | 0.35 | 0 | 0.40 |
| HSL | 219.75º | 0.36% | 0.44% | - |
| HSV(B) | 219.75º | 0.53% | 0.6% | - |
| XYZ | 12.8 | 12.57 | 31.46 | - |
| YUV | 96.97 | 159.05 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 99 | 152 | 0.53 | 0.35 | 0 | 0.40 | 219.75 | 0.36 | 0.44 |
| Hex | 48 | 63 | 98 | 35 | 23 | 0 | 28 | DC | 24 | 2C |
| Octal | 110 | 143 | 230 | 65 | 43 | 0 | 50 | 334 | 44 | 54 |
| Binary | 1001000 | 1100011 | 10011000 | 110101 | 100011 | 0 | 101000 | 11011100 | 100100 | 101100 |
Color Harmonies of #486398
Complementary color
Monochromatic Colors of #486398
Black with #486398
Text Example
Text Example
White with #486398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486398; }
p { color: rgb(72,99,152); }
H1.HeaderClassName
{
color: #486398;
}
.AnyTagClassName
{
color: #486398;
}
</style>
background-color css
<style>
a { background-color: #486398; }
a { background-color: rgb(72,99,152); }
div.DivClassName
{
background-color: #486398;
}
.BgClassName
{
background-color: #486398;
}
</style>
border-color css
<style>
span { border-color: #486398; }
span { border-color: rgb(72,99,152); }
td.TdClassName
{
border-color: #486398;
}
.TagClassName
{
border-color: #486398;
}
</style>