Shades of Mariner #495D98
Tints of Mariner #495D98
RGB
CMYK
RGB Variations
Color information
#495D98 (or 0x495D98) is known color: Mariner. HEX triplet: 49, 5D and 98. RGB value is (73,93,152). Sum of RGB (Red+Green+Blue) = 73+93+152=318 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.96% from 318); Green value is 93 (36.72% from 255 or 29.25% from 318); Blue value is 152 (59.77% from 255 or 47.80% from 318); Max value from RGB is 152 - color contains mainly: blue. Hex color #495D98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495D98 is #B6A267. Grayscale: #5D5D5D. Windows color (decimal): -11969128 or 9985353. OLE color: 9985353.
HSL color Cylindrical-coordinate representation of color #495D98: hue angle of 224.81º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #495D98 is Cyan = 0.52, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 73 | 93 | 152 | - |
| CMYK | 0.52 | 0.39 | 0 | 0.40 |
| HSL | 224.81º | 0.35% | 0.44% | - |
| HSV(B) | 224.81º | 0.52% | 0.6% | - |
| XYZ | 12.33 | 11.51 | 31.28 | - |
| YUV | 93.75 | 160.87 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 93 | 152 | 0.52 | 0.39 | 0 | 0.40 | 224.81 | 0.35 | 0.44 |
| Hex | 49 | 5D | 98 | 34 | 27 | 0 | 28 | E1 | 23 | 2C |
| Octal | 111 | 135 | 230 | 64 | 47 | 0 | 50 | 341 | 43 | 54 |
| Binary | 1001001 | 1011101 | 10011000 | 110100 | 100111 | 0 | 101000 | 11100001 | 100011 | 101100 |
Color Harmonies of #495D98
Complementary color
Monochromatic Colors of #495D98
Black with #495D98
Text Example
Text Example
White with #495D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495D98; }
p { color: rgb(73,93,152); }
H1.HeaderClassName
{
color: #495D98;
}
.AnyTagClassName
{
color: #495D98;
}
</style>
background-color css
<style>
a { background-color: #495D98; }
a { background-color: rgb(73,93,152); }
div.DivClassName
{
background-color: #495D98;
}
.BgClassName
{
background-color: #495D98;
}
</style>
border-color css
<style>
span { border-color: #495D98; }
span { border-color: rgb(73,93,152); }
td.TdClassName
{
border-color: #495D98;
}
.TagClassName
{
border-color: #495D98;
}
</style>