Shades of Mariner #4868AB
Tints of Mariner #4868AB
RGB
CMYK
RGB Variations
Color information
#4868AB (or 0x4868AB) is known color: Mariner. HEX triplet: 48, 68 and AB. RGB value is (72,104,171). Sum of RGB (Red+Green+Blue) = 72+104+171=347 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.75% from 347); Green value is 104 (41.02% from 255 or 29.97% from 347); Blue value is 171 (67.19% from 255 or 49.28% from 347); Max value from RGB is 171 - color contains mainly: blue. Hex color #4868AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4868AB is #B79754. Grayscale: #656565. Windows color (decimal): -12031829 or 11233352. OLE color: 11233352.
HSL color Cylindrical-coordinate representation of color #4868AB: hue angle of 220.61º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4868AB is Cyan = 0.58, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 72 | 104 | 171 | - |
| CMYK | 0.58 | 0.39 | 0 | 0.33 |
| HSL | 220.61º | 0.41% | 0.48% | - |
| HSV(B) | 220.61º | 0.58% | 0.67% | - |
| XYZ | 14.97 | 14.22 | 40.48 | - |
| YUV | 102.07 | 166.9 | 106.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 104 | 171 | 0.58 | 0.39 | 0 | 0.33 | 220.61 | 0.41 | 0.48 |
| Hex | 48 | 68 | AB | 3A | 27 | 0 | 21 | DD | 29 | 30 |
| Octal | 110 | 150 | 253 | 72 | 47 | 0 | 41 | 335 | 51 | 60 |
| Binary | 1001000 | 1101000 | 10101011 | 111010 | 100111 | 0 | 100001 | 11011101 | 101001 | 110000 |
Color Harmonies of #4868AB
Complementary color
Monochromatic Colors of #4868AB
Black with #4868AB
Text Example
Text Example
White with #4868AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4868AB; }
p { color: rgb(72,104,171); }
H1.HeaderClassName
{
color: #4868AB;
}
.AnyTagClassName
{
color: #4868AB;
}
</style>
background-color css
<style>
a { background-color: #4868AB; }
a { background-color: rgb(72,104,171); }
div.DivClassName
{
background-color: #4868AB;
}
.BgClassName
{
background-color: #4868AB;
}
</style>
border-color css
<style>
span { border-color: #4868AB; }
span { border-color: rgb(72,104,171); }
td.TdClassName
{
border-color: #4868AB;
}
.TagClassName
{
border-color: #4868AB;
}
</style>