Shades of Mariner #4862AB
Tints of Mariner #4862AB
RGB
CMYK
RGB Variations
Color information
#4862AB (or 0x4862AB) is known color: Mariner. HEX triplet: 48, 62 and AB. RGB value is (72,98,171). Sum of RGB (Red+Green+Blue) = 72+98+171=341 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.11% from 341); Green value is 98 (38.67% from 255 or 28.74% from 341); Blue value is 171 (67.19% from 255 or 50.15% from 341); Max value from RGB is 171 - color contains mainly: blue. Hex color #4862AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4862AB is #B79D54. Grayscale: #626262. Windows color (decimal): -12033365 or 11231816. OLE color: 11231816.
HSL color Cylindrical-coordinate representation of color #4862AB: hue angle of 224.24º 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 #4862AB is Cyan = 0.58, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 72 | 98 | 171 | - |
| CMYK | 0.58 | 0.43 | 0 | 0.33 |
| HSL | 224.24º | 0.41% | 0.48% | - |
| HSV(B) | 224.24º | 0.58% | 0.67% | - |
| XYZ | 14.39 | 13.05 | 40.29 | - |
| YUV | 98.55 | 168.89 | 109.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 98 | 171 | 0.58 | 0.43 | 0 | 0.33 | 224.24 | 0.41 | 0.48 |
| Hex | 48 | 62 | AB | 3A | 2B | 0 | 21 | E0 | 29 | 30 |
| Octal | 110 | 142 | 253 | 72 | 53 | 0 | 41 | 340 | 51 | 60 |
| Binary | 1001000 | 1100010 | 10101011 | 111010 | 101011 | 0 | 100001 | 11100000 | 101001 | 110000 |
Color Harmonies of #4862AB
Complementary color
Monochromatic Colors of #4862AB
Black with #4862AB
Text Example
Text Example
White with #4862AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4862AB; }
p { color: rgb(72,98,171); }
H1.HeaderClassName
{
color: #4862AB;
}
.AnyTagClassName
{
color: #4862AB;
}
</style>
background-color css
<style>
a { background-color: #4862AB; }
a { background-color: rgb(72,98,171); }
div.DivClassName
{
background-color: #4862AB;
}
.BgClassName
{
background-color: #4862AB;
}
</style>
border-color css
<style>
span { border-color: #4862AB; }
span { border-color: rgb(72,98,171); }
td.TdClassName
{
border-color: #4862AB;
}
.TagClassName
{
border-color: #4862AB;
}
</style>