Shades of Mariner #495FA1
Tints of Mariner #495FA1
RGB
CMYK
RGB Variations
Color information
#495FA1 (or 0x495FA1) is known color: Mariner. HEX triplet: 49, 5F and A1. RGB value is (73,95,161). Sum of RGB (Red+Green+Blue) = 73+95+161=329 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.19% from 329); Green value is 95 (37.5% from 255 or 28.88% from 329); Blue value is 161 (63.28% from 255 or 48.94% from 329); Max value from RGB is 161 - color contains mainly: blue. Hex color #495FA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495FA1 is #B6A05E. Grayscale: #5F5F5F. Windows color (decimal): -11968607 or 10575689. OLE color: 10575689.
HSL color Cylindrical-coordinate representation of color #495FA1: hue angle of 225º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #495FA1 is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 73 | 95 | 161 | - |
| CMYK | 0.55 | 0.41 | 0 | 0.37 |
| HSL | 225º | 0.38% | 0.46% | - |
| HSV(B) | 225º | 0.55% | 0.63% | - |
| XYZ | 13.27 | 12.17 | 35.37 | - |
| YUV | 95.95 | 164.71 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 95 | 161 | 0.55 | 0.41 | 0 | 0.37 | 225 | 0.38 | 0.46 |
| Hex | 49 | 5F | A1 | 37 | 29 | 0 | 25 | E1 | 26 | 2E |
| Octal | 111 | 137 | 241 | 67 | 51 | 0 | 45 | 341 | 46 | 56 |
| Binary | 1001001 | 1011111 | 10100001 | 110111 | 101001 | 0 | 100101 | 11100001 | 100110 | 101110 |
Color Harmonies of #495FA1
Complementary color
Monochromatic Colors of #495FA1
Black with #495FA1
Text Example
Text Example
White with #495FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495FA1; }
p { color: rgb(73,95,161); }
H1.HeaderClassName
{
color: #495FA1;
}
.AnyTagClassName
{
color: #495FA1;
}
</style>
background-color css
<style>
a { background-color: #495FA1; }
a { background-color: rgb(73,95,161); }
div.DivClassName
{
background-color: #495FA1;
}
.BgClassName
{
background-color: #495FA1;
}
</style>
border-color css
<style>
span { border-color: #495FA1; }
span { border-color: rgb(73,95,161); }
td.TdClassName
{
border-color: #495FA1;
}
.TagClassName
{
border-color: #495FA1;
}
</style>