Shades of Mariner #495DAB
Tints of Mariner #495DAB
RGB
CMYK
RGB Variations
Color information
#495DAB (or 0x495DAB) is known color: Mariner. HEX triplet: 49, 5D and AB. RGB value is (73,93,171). Sum of RGB (Red+Green+Blue) = 73+93+171=337 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.66% from 337); Green value is 93 (36.72% from 255 or 27.60% from 337); Blue value is 171 (67.19% from 255 or 50.74% from 337); Max value from RGB is 171 - color contains mainly: blue. Hex color #495DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495DAB is #B6A254. Grayscale: #5F5F5F. Windows color (decimal): -11969109 or 11230537. OLE color: 11230537.
HSL color Cylindrical-coordinate representation of color #495DAB: hue angle of 227.76º 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 #495DAB is Cyan = 0.57, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 93 | 171 | - |
| CMYK | 0.57 | 0.46 | 0 | 0.33 |
| HSL | 227.76º | 0.4% | 0.48% | - |
| HSV(B) | 227.76º | 0.57% | 0.67% | - |
| XYZ | 14.01 | 12.19 | 40.14 | - |
| YUV | 95.91 | 170.37 | 111.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 93 | 171 | 0.57 | 0.46 | 0 | 0.33 | 227.76 | 0.4 | 0.48 |
| Hex | 49 | 5D | AB | 39 | 2E | 0 | 21 | E4 | 28 | 30 |
| Octal | 111 | 135 | 253 | 71 | 56 | 0 | 41 | 344 | 50 | 60 |
| Binary | 1001001 | 1011101 | 10101011 | 111001 | 101110 | 0 | 100001 | 11100100 | 101000 | 110000 |
Color Harmonies of #495DAB
Complementary color
Monochromatic Colors of #495DAB
Black with #495DAB
Text Example
Text Example
White with #495DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495DAB; }
p { color: rgb(73,93,171); }
H1.HeaderClassName
{
color: #495DAB;
}
.AnyTagClassName
{
color: #495DAB;
}
</style>
background-color css
<style>
a { background-color: #495DAB; }
a { background-color: rgb(73,93,171); }
div.DivClassName
{
background-color: #495DAB;
}
.BgClassName
{
background-color: #495DAB;
}
</style>
border-color css
<style>
span { border-color: #495DAB; }
span { border-color: rgb(73,93,171); }
td.TdClassName
{
border-color: #495DAB;
}
.TagClassName
{
border-color: #495DAB;
}
</style>