Shades of Mariner #495C98
Tints of Mariner #495C98
RGB
CMYK
RGB Variations
Color information
#495C98 (or 0x495C98) is known color: Mariner. HEX triplet: 49, 5C and 98. RGB value is (73,92,152). Sum of RGB (Red+Green+Blue) = 73+92+152=317 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.03% from 317); Green value is 92 (36.33% from 255 or 29.02% from 317); Blue value is 152 (59.77% from 255 or 47.95% from 317); Max value from RGB is 152 - color contains mainly: blue. Hex color #495C98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495C98 is #B6A367. Grayscale: #5C5C5C. Windows color (decimal): -11969384 or 9985097. OLE color: 9985097.
HSL color Cylindrical-coordinate representation of color #495C98: hue angle of 225.57º 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 #495C98 is Cyan = 0.52, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 73 | 92 | 152 | - |
| CMYK | 0.52 | 0.39 | 0 | 0.40 |
| HSL | 225.57º | 0.35% | 0.44% | - |
| HSV(B) | 225.57º | 0.52% | 0.6% | - |
| XYZ | 12.24 | 11.34 | 31.25 | - |
| YUV | 93.16 | 161.21 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 92 | 152 | 0.52 | 0.39 | 0 | 0.40 | 225.57 | 0.35 | 0.44 |
| Hex | 49 | 5C | 98 | 34 | 27 | 0 | 28 | E2 | 23 | 2C |
| Octal | 111 | 134 | 230 | 64 | 47 | 0 | 50 | 342 | 43 | 54 |
| Binary | 1001001 | 1011100 | 10011000 | 110100 | 100111 | 0 | 101000 | 11100010 | 100011 | 101100 |
Color Harmonies of #495C98
Complementary color
Monochromatic Colors of #495C98
Black with #495C98
Text Example
Text Example
White with #495C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495C98; }
p { color: rgb(73,92,152); }
H1.HeaderClassName
{
color: #495C98;
}
.AnyTagClassName
{
color: #495C98;
}
</style>
background-color css
<style>
a { background-color: #495C98; }
a { background-color: rgb(73,92,152); }
div.DivClassName
{
background-color: #495C98;
}
.BgClassName
{
background-color: #495C98;
}
</style>
border-color css
<style>
span { border-color: #495C98; }
span { border-color: rgb(73,92,152); }
td.TdClassName
{
border-color: #495C98;
}
.TagClassName
{
border-color: #495C98;
}
</style>