Shades of Mariner #4864A2
Tints of Mariner #4864A2
RGB
CMYK
RGB Variations
Color information
#4864A2 (or 0x4864A2) is known color: Mariner. HEX triplet: 48, 64 and A2. RGB value is (72,100,162). Sum of RGB (Red+Green+Blue) = 72+100+162=334 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.56% from 334); Green value is 100 (39.45% from 255 or 29.94% from 334); Blue value is 162 (63.67% from 255 or 48.50% from 334); Max value from RGB is 162 - color contains mainly: blue. Hex color #4864A2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4864A2 is #B79B5D. Grayscale: #626262. Windows color (decimal): -12032862 or 10642504. OLE color: 10642504.
HSL color Cylindrical-coordinate representation of color #4864A2: hue angle of 221.33º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4864A2 is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 72 | 100 | 162 | - |
| CMYK | 0.56 | 0.38 | 0 | 0.36 |
| HSL | 221.33º | 0.38% | 0.46% | - |
| HSV(B) | 221.33º | 0.56% | 0.64% | - |
| XYZ | 13.75 | 13.1 | 35.99 | - |
| YUV | 98.7 | 163.72 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 100 | 162 | 0.56 | 0.38 | 0 | 0.36 | 221.33 | 0.38 | 0.46 |
| Hex | 48 | 64 | A2 | 38 | 26 | 0 | 24 | DD | 26 | 2E |
| Octal | 110 | 144 | 242 | 70 | 46 | 0 | 44 | 335 | 46 | 56 |
| Binary | 1001000 | 1100100 | 10100010 | 111000 | 100110 | 0 | 100100 | 11011101 | 100110 | 101110 |
Color Harmonies of #4864A2
Complementary color
Monochromatic Colors of #4864A2
Black with #4864A2
Text Example
Text Example
White with #4864A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4864A2; }
p { color: rgb(72,100,162); }
H1.HeaderClassName
{
color: #4864A2;
}
.AnyTagClassName
{
color: #4864A2;
}
</style>
background-color css
<style>
a { background-color: #4864A2; }
a { background-color: rgb(72,100,162); }
div.DivClassName
{
background-color: #4864A2;
}
.BgClassName
{
background-color: #4864A2;
}
</style>
border-color css
<style>
span { border-color: #4864A2; }
span { border-color: rgb(72,100,162); }
td.TdClassName
{
border-color: #4864A2;
}
.TagClassName
{
border-color: #4864A2;
}
</style>