Shades of Mariner #495E8C
Tints of Mariner #495E8C
RGB
CMYK
RGB Variations
Color information
#495E8C (or 0x495E8C) is known color: Mariner. HEX triplet: 49, 5E and 8C. RGB value is (73,94,140). Sum of RGB (Red+Green+Blue) = 73+94+140=307 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.78% from 307); Green value is 94 (37.11% from 255 or 30.62% from 307); Blue value is 140 (55.08% from 255 or 45.60% from 307); Max value from RGB is 140 - color contains mainly: blue. Hex color #495E8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495E8C is #B6A173. Grayscale: #5C5C5C. Windows color (decimal): -11968884 or 9199177. OLE color: 9199177.
HSL color Cylindrical-coordinate representation of color #495E8C: hue angle of 221.19º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #495E8C is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 73 | 94 | 140 | - |
| CMYK | 0.48 | 0.33 | 0 | 0.45 |
| HSL | 221.19º | 0.31% | 0.42% | - |
| HSV(B) | 221.19º | 0.48% | 0.55% | - |
| XYZ | 11.48 | 11.32 | 26.39 | - |
| YUV | 92.97 | 154.54 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 94 | 140 | 0.48 | 0.33 | 0 | 0.45 | 221.19 | 0.31 | 0.42 |
| Hex | 49 | 5E | 8C | 30 | 21 | 0 | 2D | DD | 1F | 2A |
| Octal | 111 | 136 | 214 | 60 | 41 | 0 | 55 | 335 | 37 | 52 |
| Binary | 1001001 | 1011110 | 10001100 | 110000 | 100001 | 0 | 101101 | 11011101 | 11111 | 101010 |
Color Harmonies of #495E8C
Complementary color
Monochromatic Colors of #495E8C
Black with #495E8C
Text Example
Text Example
White with #495E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495E8C; }
p { color: rgb(73,94,140); }
H1.HeaderClassName
{
color: #495E8C;
}
.AnyTagClassName
{
color: #495E8C;
}
</style>
background-color css
<style>
a { background-color: #495E8C; }
a { background-color: rgb(73,94,140); }
div.DivClassName
{
background-color: #495E8C;
}
.BgClassName
{
background-color: #495E8C;
}
</style>
border-color css
<style>
span { border-color: #495E8C; }
span { border-color: rgb(73,94,140); }
td.TdClassName
{
border-color: #495E8C;
}
.TagClassName
{
border-color: #495E8C;
}
</style>