Shades of Mariner #495D8C
Tints of Mariner #495D8C
RGB
CMYK
RGB Variations
Color information
#495D8C (or 0x495D8C) is known color: Mariner. HEX triplet: 49, 5D and 8C. RGB value is (73,93,140). Sum of RGB (Red+Green+Blue) = 73+93+140=306 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.86% from 306); Green value is 93 (36.72% from 255 or 30.39% from 306); Blue value is 140 (55.08% from 255 or 45.75% from 306); Max value from RGB is 140 - color contains mainly: blue. Hex color #495D8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495D8C is #B6A273. Grayscale: #5C5C5C. Windows color (decimal): -11969140 or 9198921. OLE color: 9198921.
HSL color Cylindrical-coordinate representation of color #495D8C: hue angle of 222.09º 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 #495D8C is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 73 | 93 | 140 | - |
| CMYK | 0.48 | 0.34 | 0 | 0.45 |
| HSL | 222.09º | 0.31% | 0.42% | - |
| HSV(B) | 222.09º | 0.48% | 0.55% | - |
| XYZ | 11.4 | 11.14 | 26.36 | - |
| YUV | 92.38 | 154.87 | 114.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 93 | 140 | 0.48 | 0.34 | 0 | 0.45 | 222.09 | 0.31 | 0.42 |
| Hex | 49 | 5D | 8C | 30 | 22 | 0 | 2D | DE | 1F | 2A |
| Octal | 111 | 135 | 214 | 60 | 42 | 0 | 55 | 336 | 37 | 52 |
| Binary | 1001001 | 1011101 | 10001100 | 110000 | 100010 | 0 | 101101 | 11011110 | 11111 | 101010 |
Color Harmonies of #495D8C
Complementary color
Monochromatic Colors of #495D8C
Black with #495D8C
Text Example
Text Example
White with #495D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495D8C; }
p { color: rgb(73,93,140); }
H1.HeaderClassName
{
color: #495D8C;
}
.AnyTagClassName
{
color: #495D8C;
}
</style>
background-color css
<style>
a { background-color: #495D8C; }
a { background-color: rgb(73,93,140); }
div.DivClassName
{
background-color: #495D8C;
}
.BgClassName
{
background-color: #495D8C;
}
</style>
border-color css
<style>
span { border-color: #495D8C; }
span { border-color: rgb(73,93,140); }
td.TdClassName
{
border-color: #495D8C;
}
.TagClassName
{
border-color: #495D8C;
}
</style>