Shades of Mariner #486AB7
Tints of Mariner #486AB7
RGB
CMYK
RGB Variations
Color information
#486AB7 (or 0x486AB7) is known color: Mariner. HEX triplet: 48, 6A and B7. RGB value is (72,106,183). Sum of RGB (Red+Green+Blue) = 72+106+183=361 (47% of max value = 765). Red value is 72 (28.52% from 255 or 19.94% from 361); Green value is 106 (41.80% from 255 or 29.36% from 361); Blue value is 183 (71.88% from 255 or 50.69% from 361); Max value from RGB is 183 - color contains mainly: blue. Hex color #486AB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486AB7 is #B79548. Grayscale: #686868. Windows color (decimal): -12031305 or 12020296. OLE color: 12020296.
HSL color Cylindrical-coordinate representation of color #486AB7: 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.61%. Process color model (Four color, CMYK) of #486AB7 is Cyan = 0.61, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 72 | 106 | 183 | - |
| CMYK | 0.61 | 0.42 | 0 | 0.28 |
| HSL | 221.62º | 0.44% | 0.5% | - |
| HSV(B) | 221.62º | 0.61% | 0.72% | - |
| XYZ | 16.37 | 15.1 | 46.85 | - |
| YUV | 104.61 | 172.24 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 106 | 183 | 0.61 | 0.42 | 0 | 0.28 | 221.62 | 0.44 | 0.5 |
| Hex | 48 | 6A | B7 | 3D | 2A | 0 | 1C | DE | 2C | 32 |
| Octal | 110 | 152 | 267 | 75 | 52 | 0 | 34 | 336 | 54 | 62 |
| Binary | 1001000 | 1101010 | 10110111 | 111101 | 101010 | 0 | 11100 | 11011110 | 101100 | 110010 |
Color Harmonies of #486AB7
Complementary color
Monochromatic Colors of #486AB7
Black with #486AB7
Text Example
Text Example
White with #486AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486AB7; }
p { color: rgb(72,106,183); }
H1.HeaderClassName
{
color: #486AB7;
}
.AnyTagClassName
{
color: #486AB7;
}
</style>
background-color css
<style>
a { background-color: #486AB7; }
a { background-color: rgb(72,106,183); }
div.DivClassName
{
background-color: #486AB7;
}
.BgClassName
{
background-color: #486AB7;
}
</style>
border-color css
<style>
span { border-color: #486AB7; }
span { border-color: rgb(72,106,183); }
td.TdClassName
{
border-color: #486AB7;
}
.TagClassName
{
border-color: #486AB7;
}
</style>