Shades of Mariner #4864AD
Tints of Mariner #4864AD
RGB
CMYK
RGB Variations
Color information
#4864AD (or 0x4864AD) is known color: Mariner. HEX triplet: 48, 64 and AD. RGB value is (72,100,173). Sum of RGB (Red+Green+Blue) = 72+100+173=345 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.87% from 345); Green value is 100 (39.45% from 255 or 28.99% from 345); Blue value is 173 (67.97% from 255 or 50.14% from 345); Max value from RGB is 173 - color contains mainly: blue. Hex color #4864AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4864AD is #B79B52. Grayscale: #636363. Windows color (decimal): -12032851 or 11363400. OLE color: 11363400.
HSL color Cylindrical-coordinate representation of color #4864AD: hue angle of 223.37º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4864AD is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 72 | 100 | 173 | - |
| CMYK | 0.58 | 0.42 | 0 | 0.32 |
| HSL | 223.37º | 0.41% | 0.48% | - |
| HSV(B) | 223.37º | 0.58% | 0.68% | - |
| XYZ | 14.77 | 13.51 | 41.36 | - |
| YUV | 99.95 | 169.22 | 108.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 100 | 173 | 0.58 | 0.42 | 0 | 0.32 | 223.37 | 0.41 | 0.48 |
| Hex | 48 | 64 | AD | 3A | 2A | 0 | 20 | DF | 29 | 30 |
| Octal | 110 | 144 | 255 | 72 | 52 | 0 | 40 | 337 | 51 | 60 |
| Binary | 1001000 | 1100100 | 10101101 | 111010 | 101010 | 0 | 100000 | 11011111 | 101001 | 110000 |
Color Harmonies of #4864AD
Complementary color
Monochromatic Colors of #4864AD
Black with #4864AD
Text Example
Text Example
White with #4864AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4864AD; }
p { color: rgb(72,100,173); }
H1.HeaderClassName
{
color: #4864AD;
}
.AnyTagClassName
{
color: #4864AD;
}
</style>
background-color css
<style>
a { background-color: #4864AD; }
a { background-color: rgb(72,100,173); }
div.DivClassName
{
background-color: #4864AD;
}
.BgClassName
{
background-color: #4864AD;
}
</style>
border-color css
<style>
span { border-color: #4864AD; }
span { border-color: rgb(72,100,173); }
td.TdClassName
{
border-color: #4864AD;
}
.TagClassName
{
border-color: #4864AD;
}
</style>