Shades of Mariner #4867AC
Tints of Mariner #4867AC
RGB
CMYK
RGB Variations
Color information
#4867AC (or 0x4867AC) is known color: Mariner. HEX triplet: 48, 67 and AC. RGB value is (72,103,172). Sum of RGB (Red+Green+Blue) = 72+103+172=347 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.75% from 347); Green value is 103 (40.62% from 255 or 29.68% from 347); Blue value is 172 (67.58% from 255 or 49.57% from 347); Max value from RGB is 172 - color contains mainly: blue. Hex color #4867AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4867AC is #B79853. Grayscale: #656565. Windows color (decimal): -12032084 or 11298632. OLE color: 11298632.
HSL color Cylindrical-coordinate representation of color #4867AC: hue angle of 221.4º 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 #4867AC is Cyan = 0.58, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 72 | 103 | 172 | - |
| CMYK | 0.58 | 0.40 | 0 | 0.33 |
| HSL | 221.4º | 0.41% | 0.48% | - |
| HSV(B) | 221.4º | 0.58% | 0.67% | - |
| XYZ | 14.97 | 14.06 | 40.95 | - |
| YUV | 101.6 | 167.73 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 103 | 172 | 0.58 | 0.40 | 0 | 0.33 | 221.4 | 0.41 | 0.48 |
| Hex | 48 | 67 | AC | 3A | 28 | 0 | 21 | DD | 29 | 30 |
| Octal | 110 | 147 | 254 | 72 | 50 | 0 | 41 | 335 | 51 | 60 |
| Binary | 1001000 | 1100111 | 10101100 | 111010 | 101000 | 0 | 100001 | 11011101 | 101001 | 110000 |
Color Harmonies of #4867AC
Complementary color
Monochromatic Colors of #4867AC
Black with #4867AC
Text Example
Text Example
White with #4867AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4867AC; }
p { color: rgb(72,103,172); }
H1.HeaderClassName
{
color: #4867AC;
}
.AnyTagClassName
{
color: #4867AC;
}
</style>
background-color css
<style>
a { background-color: #4867AC; }
a { background-color: rgb(72,103,172); }
div.DivClassName
{
background-color: #4867AC;
}
.BgClassName
{
background-color: #4867AC;
}
</style>
border-color css
<style>
span { border-color: #4867AC; }
span { border-color: rgb(72,103,172); }
td.TdClassName
{
border-color: #4867AC;
}
.TagClassName
{
border-color: #4867AC;
}
</style>