Shades of Mariner #4862AF
Tints of Mariner #4862AF
RGB
CMYK
RGB Variations
Color information
#4862AF (or 0x4862AF) is known color: Mariner. HEX triplet: 48, 62 and AF. RGB value is (72,98,175). Sum of RGB (Red+Green+Blue) = 72+98+175=345 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.87% from 345); Green value is 98 (38.67% from 255 or 28.41% from 345); Blue value is 175 (68.75% from 255 or 50.72% from 345); Max value from RGB is 175 - color contains mainly: blue. Hex color #4862AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4862AF is #B79D50. Grayscale: #626262. Windows color (decimal): -12033361 or 11493960. OLE color: 11493960.
HSL color Cylindrical-coordinate representation of color #4862AF: hue angle of 224.85º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4862AF is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 72 | 98 | 175 | - |
| CMYK | 0.59 | 0.44 | 0 | 0.31 |
| HSL | 224.85º | 0.42% | 0.48% | - |
| HSV(B) | 224.85º | 0.59% | 0.69% | - |
| XYZ | 14.78 | 13.21 | 42.33 | - |
| YUV | 99 | 170.89 | 108.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 98 | 175 | 0.59 | 0.44 | 0 | 0.31 | 224.85 | 0.42 | 0.48 |
| Hex | 48 | 62 | AF | 3B | 2C | 0 | 1F | E1 | 2A | 30 |
| Octal | 110 | 142 | 257 | 73 | 54 | 0 | 37 | 341 | 52 | 60 |
| Binary | 1001000 | 1100010 | 10101111 | 111011 | 101100 | 0 | 11111 | 11100001 | 101010 | 110000 |
Color Harmonies of #4862AF
Complementary color
Monochromatic Colors of #4862AF
Black with #4862AF
Text Example
Text Example
White with #4862AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4862AF; }
p { color: rgb(72,98,175); }
H1.HeaderClassName
{
color: #4862AF;
}
.AnyTagClassName
{
color: #4862AF;
}
</style>
background-color css
<style>
a { background-color: #4862AF; }
a { background-color: rgb(72,98,175); }
div.DivClassName
{
background-color: #4862AF;
}
.BgClassName
{
background-color: #4862AF;
}
</style>
border-color css
<style>
span { border-color: #4862AF; }
span { border-color: rgb(72,98,175); }
td.TdClassName
{
border-color: #4862AF;
}
.TagClassName
{
border-color: #4862AF;
}
</style>