Shades of Mariner #4864AC
Tints of Mariner #4864AC
RGB
CMYK
RGB Variations
Color information
#4864AC (or 0x4864AC) is known color: Mariner. HEX triplet: 48, 64 and AC. RGB value is (72,100,172). Sum of RGB (Red+Green+Blue) = 72+100+172=344 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.93% from 344); Green value is 100 (39.45% from 255 or 29.07% from 344); Blue value is 172 (67.58% from 255 or 50% from 344); Max value from RGB is 172 - color contains mainly: blue. Hex color #4864AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4864AC is #B79B53. Grayscale: #636363. Windows color (decimal): -12032852 or 11297864. OLE color: 11297864.
HSL color Cylindrical-coordinate representation of color #4864AC: hue angle of 223.2º 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 #4864AC is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 72 | 100 | 172 | - |
| CMYK | 0.58 | 0.42 | 0 | 0.33 |
| HSL | 223.2º | 0.41% | 0.48% | - |
| HSV(B) | 223.2º | 0.58% | 0.67% | - |
| XYZ | 14.68 | 13.47 | 40.86 | - |
| YUV | 99.84 | 168.72 | 108.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 100 | 172 | 0.58 | 0.42 | 0 | 0.33 | 223.2 | 0.41 | 0.48 |
| Hex | 48 | 64 | AC | 3A | 2A | 0 | 21 | DF | 29 | 30 |
| Octal | 110 | 144 | 254 | 72 | 52 | 0 | 41 | 337 | 51 | 60 |
| Binary | 1001000 | 1100100 | 10101100 | 111010 | 101010 | 0 | 100001 | 11011111 | 101001 | 110000 |
Color Harmonies of #4864AC
Complementary color
Monochromatic Colors of #4864AC
Black with #4864AC
Text Example
Text Example
White with #4864AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4864AC; }
p { color: rgb(72,100,172); }
H1.HeaderClassName
{
color: #4864AC;
}
.AnyTagClassName
{
color: #4864AC;
}
</style>
background-color css
<style>
a { background-color: #4864AC; }
a { background-color: rgb(72,100,172); }
div.DivClassName
{
background-color: #4864AC;
}
.BgClassName
{
background-color: #4864AC;
}
</style>
border-color css
<style>
span { border-color: #4864AC; }
span { border-color: rgb(72,100,172); }
td.TdClassName
{
border-color: #4864AC;
}
.TagClassName
{
border-color: #4864AC;
}
</style>