Shades of Mariner #486CB8
Tints of Mariner #486CB8
RGB
CMYK
RGB Variations
Color information
#486CB8 (or 0x486CB8) is known color: Mariner. HEX triplet: 48, 6C and B8. RGB value is (72,108,184). Sum of RGB (Red+Green+Blue) = 72+108+184=364 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.78% from 364); Green value is 108 (42.58% from 255 or 29.67% 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 #486CB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486CB8 is #B79347. Grayscale: #696969. Windows color (decimal): -12030792 or 12086344. OLE color: 12086344.
HSL color Cylindrical-coordinate representation of color #486CB8: hue angle of 220.71º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #486CB8 is Cyan = 0.61, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 72 | 108 | 184 | - |
| CMYK | 0.61 | 0.41 | 0 | 0.28 |
| HSL | 220.71º | 0.44% | 0.5% | - |
| HSV(B) | 220.71º | 0.61% | 0.72% | - |
| XYZ | 16.69 | 15.56 | 47.47 | - |
| YUV | 105.9 | 172.07 | 103.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 108 | 184 | 0.61 | 0.41 | 0 | 0.28 | 220.71 | 0.44 | 0.5 |
| Hex | 48 | 6C | B8 | 3D | 29 | 0 | 1C | DD | 2C | 32 |
| Octal | 110 | 154 | 270 | 75 | 51 | 0 | 34 | 335 | 54 | 62 |
| Binary | 1001000 | 1101100 | 10111000 | 111101 | 101001 | 0 | 11100 | 11011101 | 101100 | 110010 |
Color Harmonies of #486CB8
Complementary color
Monochromatic Colors of #486CB8
Black with #486CB8
Text Example
Text Example
White with #486CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486CB8; }
p { color: rgb(72,108,184); }
H1.HeaderClassName
{
color: #486CB8;
}
.AnyTagClassName
{
color: #486CB8;
}
</style>
background-color css
<style>
a { background-color: #486CB8; }
a { background-color: rgb(72,108,184); }
div.DivClassName
{
background-color: #486CB8;
}
.BgClassName
{
background-color: #486CB8;
}
</style>
border-color css
<style>
span { border-color: #486CB8; }
span { border-color: rgb(72,108,184); }
td.TdClassName
{
border-color: #486CB8;
}
.TagClassName
{
border-color: #486CB8;
}
</style>