Shades of Mariner #4969AC
Tints of Mariner #4969AC
RGB
CMYK
RGB Variations
Color information
#4969AC (or 0x4969AC) is known color: Mariner. HEX triplet: 49, 69 and AC. RGB value is (73,105,172). Sum of RGB (Red+Green+Blue) = 73+105+172=350 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.86% from 350); Green value is 105 (41.41% from 255 or 30% from 350); Blue value is 172 (67.58% from 255 or 49.14% from 350); Max value from RGB is 172 - color contains mainly: blue. Hex color #4969AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4969AC is #B69653. Grayscale: #666666. Windows color (decimal): -11966036 or 11299145. OLE color: 11299145.
HSL color Cylindrical-coordinate representation of color #4969AC: hue angle of 220.61º degrees, saturation: 0.4, 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 #4969AC is Cyan = 0.58, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 105 | 172 | - |
| CMYK | 0.58 | 0.39 | 0 | 0.33 |
| HSL | 220.61º | 0.4% | 0.48% | - |
| HSV(B) | 220.61º | 0.58% | 0.67% | - |
| XYZ | 15.25 | 14.5 | 41.02 | - |
| YUV | 103.07 | 166.9 | 106.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 105 | 172 | 0.58 | 0.39 | 0 | 0.33 | 220.61 | 0.4 | 0.48 |
| Hex | 49 | 69 | AC | 3A | 27 | 0 | 21 | DD | 28 | 30 |
| Octal | 111 | 151 | 254 | 72 | 47 | 0 | 41 | 335 | 50 | 60 |
| Binary | 1001001 | 1101001 | 10101100 | 111010 | 100111 | 0 | 100001 | 11011101 | 101000 | 110000 |
Color Harmonies of #4969AC
Complementary color
Monochromatic Colors of #4969AC
Black with #4969AC
Text Example
Text Example
White with #4969AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4969AC; }
p { color: rgb(73,105,172); }
H1.HeaderClassName
{
color: #4969AC;
}
.AnyTagClassName
{
color: #4969AC;
}
</style>
background-color css
<style>
a { background-color: #4969AC; }
a { background-color: rgb(73,105,172); }
div.DivClassName
{
background-color: #4969AC;
}
.BgClassName
{
background-color: #4969AC;
}
</style>
border-color css
<style>
span { border-color: #4969AC; }
span { border-color: rgb(73,105,172); }
td.TdClassName
{
border-color: #4969AC;
}
.TagClassName
{
border-color: #4969AC;
}
</style>