Shades of Mariner #495CA1
Tints of Mariner #495CA1
RGB
CMYK
RGB Variations
Color information
#495CA1 (or 0x495CA1) is known color: Mariner. HEX triplet: 49, 5C and A1. RGB value is (73,92,161). Sum of RGB (Red+Green+Blue) = 73+92+161=326 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.39% from 326); Green value is 92 (36.33% from 255 or 28.22% from 326); Blue value is 161 (63.28% from 255 or 49.39% from 326); Max value from RGB is 161 - color contains mainly: blue. Hex color #495CA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495CA1 is #B6A35E. Grayscale: #5D5D5D. Windows color (decimal): -11969375 or 10574921. OLE color: 10574921.
HSL color Cylindrical-coordinate representation of color #495CA1: hue angle of 227.05º 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 #495CA1 is Cyan = 0.55, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 73 | 92 | 161 | - |
| CMYK | 0.55 | 0.43 | 0 | 0.37 |
| HSL | 227.05º | 0.38% | 0.46% | - |
| HSV(B) | 227.05º | 0.55% | 0.63% | - |
| XYZ | 13.01 | 11.64 | 35.28 | - |
| YUV | 94.19 | 165.71 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 92 | 161 | 0.55 | 0.43 | 0 | 0.37 | 227.05 | 0.38 | 0.46 |
| Hex | 49 | 5C | A1 | 37 | 2B | 0 | 25 | E3 | 26 | 2E |
| Octal | 111 | 134 | 241 | 67 | 53 | 0 | 45 | 343 | 46 | 56 |
| Binary | 1001001 | 1011100 | 10100001 | 110111 | 101011 | 0 | 100101 | 11100011 | 100110 | 101110 |
Color Harmonies of #495CA1
Complementary color
Monochromatic Colors of #495CA1
Black with #495CA1
Text Example
Text Example
White with #495CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495CA1; }
p { color: rgb(73,92,161); }
H1.HeaderClassName
{
color: #495CA1;
}
.AnyTagClassName
{
color: #495CA1;
}
</style>
background-color css
<style>
a { background-color: #495CA1; }
a { background-color: rgb(73,92,161); }
div.DivClassName
{
background-color: #495CA1;
}
.BgClassName
{
background-color: #495CA1;
}
</style>
border-color css
<style>
span { border-color: #495CA1; }
span { border-color: rgb(73,92,161); }
td.TdClassName
{
border-color: #495CA1;
}
.TagClassName
{
border-color: #495CA1;
}
</style>