Shades of Mariner #495BA9
Tints of Mariner #495BA9
RGB
CMYK
RGB Variations
Color information
#495BA9 (or 0x495BA9) is known color: Mariner. HEX triplet: 49, 5B and A9. RGB value is (73,91,169). Sum of RGB (Red+Green+Blue) = 73+91+169=333 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.92% from 333); Green value is 91 (35.94% from 255 or 27.33% from 333); Blue value is 169 (66.41% from 255 or 50.75% from 333); Max value from RGB is 169 - color contains mainly: blue. Hex color #495BA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495BA9 is #B6A456. Grayscale: #5E5E5E. Windows color (decimal): -11969623 or 11098953. OLE color: 11098953.
HSL color Cylindrical-coordinate representation of color #495BA9: hue angle of 228.75º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #495BA9 is Cyan = 0.57, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 73 | 91 | 169 | - |
| CMYK | 0.57 | 0.46 | 0 | 0.34 |
| HSL | 228.75º | 0.4% | 0.47% | - |
| HSV(B) | 228.75º | 0.57% | 0.66% | - |
| XYZ | 13.65 | 11.76 | 39.09 | - |
| YUV | 94.51 | 170.04 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 91 | 169 | 0.57 | 0.46 | 0 | 0.34 | 228.75 | 0.4 | 0.47 |
| Hex | 49 | 5B | A9 | 39 | 2E | 0 | 22 | E5 | 28 | 2F |
| Octal | 111 | 133 | 251 | 71 | 56 | 0 | 42 | 345 | 50 | 57 |
| Binary | 1001001 | 1011011 | 10101001 | 111001 | 101110 | 0 | 100010 | 11100101 | 101000 | 101111 |
Color Harmonies of #495BA9
Complementary color
Monochromatic Colors of #495BA9
Black with #495BA9
Text Example
Text Example
White with #495BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495BA9; }
p { color: rgb(73,91,169); }
H1.HeaderClassName
{
color: #495BA9;
}
.AnyTagClassName
{
color: #495BA9;
}
</style>
background-color css
<style>
a { background-color: #495BA9; }
a { background-color: rgb(73,91,169); }
div.DivClassName
{
background-color: #495BA9;
}
.BgClassName
{
background-color: #495BA9;
}
</style>
border-color css
<style>
span { border-color: #495BA9; }
span { border-color: rgb(73,91,169); }
td.TdClassName
{
border-color: #495BA9;
}
.TagClassName
{
border-color: #495BA9;
}
</style>