Shades of Mariner #495BAB
Tints of Mariner #495BAB
RGB
CMYK
RGB Variations
Color information
#495BAB (or 0x495BAB) is known color: Mariner. HEX triplet: 49, 5B and AB. RGB value is (73,91,171). Sum of RGB (Red+Green+Blue) = 73+91+171=335 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.79% from 335); Green value is 91 (35.94% from 255 or 27.16% from 335); Blue value is 171 (67.19% from 255 or 51.04% from 335); Max value from RGB is 171 - color contains mainly: blue. Hex color #495BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495BAB is #B6A454. Grayscale: #5E5E5E. Windows color (decimal): -11969621 or 11230025. OLE color: 11230025.
HSL color Cylindrical-coordinate representation of color #495BAB: hue angle of 228.98º 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 #495BAB is Cyan = 0.57, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 91 | 171 | - |
| CMYK | 0.57 | 0.47 | 0 | 0.33 |
| HSL | 228.98º | 0.4% | 0.48% | - |
| HSV(B) | 228.98º | 0.57% | 0.67% | - |
| XYZ | 13.84 | 11.84 | 40.08 | - |
| YUV | 94.74 | 171.04 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 91 | 171 | 0.57 | 0.47 | 0 | 0.33 | 228.98 | 0.4 | 0.48 |
| Hex | 49 | 5B | AB | 39 | 2F | 0 | 21 | E5 | 28 | 30 |
| Octal | 111 | 133 | 253 | 71 | 57 | 0 | 41 | 345 | 50 | 60 |
| Binary | 1001001 | 1011011 | 10101011 | 111001 | 101111 | 0 | 100001 | 11100101 | 101000 | 110000 |
Color Harmonies of #495BAB
Complementary color
Monochromatic Colors of #495BAB
Black with #495BAB
Text Example
Text Example
White with #495BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495BAB; }
p { color: rgb(73,91,171); }
H1.HeaderClassName
{
color: #495BAB;
}
.AnyTagClassName
{
color: #495BAB;
}
</style>
background-color css
<style>
a { background-color: #495BAB; }
a { background-color: rgb(73,91,171); }
div.DivClassName
{
background-color: #495BAB;
}
.BgClassName
{
background-color: #495BAB;
}
</style>
border-color css
<style>
span { border-color: #495BAB; }
span { border-color: rgb(73,91,171); }
td.TdClassName
{
border-color: #495BAB;
}
.TagClassName
{
border-color: #495BAB;
}
</style>