Shades of Mariner #4864AF
Tints of Mariner #4864AF
RGB
CMYK
RGB Variations
Color information
#4864AF (or 0x4864AF) is known color: Mariner. HEX triplet: 48, 64 and AF. RGB value is (72,100,175). Sum of RGB (Red+Green+Blue) = 72+100+175=347 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.75% from 347); Green value is 100 (39.45% from 255 or 28.82% from 347); Blue value is 175 (68.75% from 255 or 50.43% from 347); Max value from RGB is 175 - color contains mainly: blue. Hex color #4864AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4864AF is #B79B50. Grayscale: #636363. Windows color (decimal): -12032849 or 11494472. OLE color: 11494472.
HSL color Cylindrical-coordinate representation of color #4864AF: hue angle of 223.69º 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 #4864AF is Cyan = 0.59, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 72 | 100 | 175 | - |
| CMYK | 0.59 | 0.43 | 0 | 0.31 |
| HSL | 223.69º | 0.42% | 0.48% | - |
| HSV(B) | 223.69º | 0.59% | 0.69% | - |
| XYZ | 14.97 | 13.59 | 42.39 | - |
| YUV | 100.18 | 170.22 | 107.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 100 | 175 | 0.59 | 0.43 | 0 | 0.31 | 223.69 | 0.42 | 0.48 |
| Hex | 48 | 64 | AF | 3B | 2B | 0 | 1F | E0 | 2A | 30 |
| Octal | 110 | 144 | 257 | 73 | 53 | 0 | 37 | 340 | 52 | 60 |
| Binary | 1001000 | 1100100 | 10101111 | 111011 | 101011 | 0 | 11111 | 11100000 | 101010 | 110000 |
Color Harmonies of #4864AF
Complementary color
Monochromatic Colors of #4864AF
Black with #4864AF
Text Example
Text Example
White with #4864AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4864AF; }
p { color: rgb(72,100,175); }
H1.HeaderClassName
{
color: #4864AF;
}
.AnyTagClassName
{
color: #4864AF;
}
</style>
background-color css
<style>
a { background-color: #4864AF; }
a { background-color: rgb(72,100,175); }
div.DivClassName
{
background-color: #4864AF;
}
.BgClassName
{
background-color: #4864AF;
}
</style>
border-color css
<style>
span { border-color: #4864AF; }
span { border-color: rgb(72,100,175); }
td.TdClassName
{
border-color: #4864AF;
}
.TagClassName
{
border-color: #4864AF;
}
</style>