Shades of Mariner #4965AB
Tints of Mariner #4965AB
RGB
CMYK
RGB Variations
Color information
#4965AB (or 0x4965AB) is known color: Mariner. HEX triplet: 49, 65 and AB. RGB value is (73,101,171). Sum of RGB (Red+Green+Blue) = 73+101+171=345 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.16% from 345); Green value is 101 (39.84% from 255 or 29.28% from 345); Blue value is 171 (67.19% from 255 or 49.57% from 345); Max value from RGB is 171 - color contains mainly: blue. Hex color #4965AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4965AB is #B69A54. Grayscale: #646464. Windows color (decimal): -11967061 or 11232585. OLE color: 11232585.
HSL color Cylindrical-coordinate representation of color #4965AB: hue angle of 222.86º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4965AB is Cyan = 0.57, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 101 | 171 | - |
| CMYK | 0.57 | 0.41 | 0 | 0.33 |
| HSL | 222.86º | 0.4% | 0.48% | - |
| HSV(B) | 222.86º | 0.57% | 0.67% | - |
| XYZ | 14.75 | 13.66 | 40.39 | - |
| YUV | 100.61 | 167.72 | 108.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 101 | 171 | 0.57 | 0.41 | 0 | 0.33 | 222.86 | 0.4 | 0.48 |
| Hex | 49 | 65 | AB | 39 | 29 | 0 | 21 | DF | 28 | 30 |
| Octal | 111 | 145 | 253 | 71 | 51 | 0 | 41 | 337 | 50 | 60 |
| Binary | 1001001 | 1100101 | 10101011 | 111001 | 101001 | 0 | 100001 | 11011111 | 101000 | 110000 |
Color Harmonies of #4965AB
Complementary color
Monochromatic Colors of #4965AB
Black with #4965AB
Text Example
Text Example
White with #4965AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4965AB; }
p { color: rgb(73,101,171); }
H1.HeaderClassName
{
color: #4965AB;
}
.AnyTagClassName
{
color: #4965AB;
}
</style>
background-color css
<style>
a { background-color: #4965AB; }
a { background-color: rgb(73,101,171); }
div.DivClassName
{
background-color: #4965AB;
}
.BgClassName
{
background-color: #4965AB;
}
</style>
border-color css
<style>
span { border-color: #4965AB; }
span { border-color: rgb(73,101,171); }
td.TdClassName
{
border-color: #4965AB;
}
.TagClassName
{
border-color: #4965AB;
}
</style>