Shades of Mariner #495F94
Tints of Mariner #495F94
RGB
CMYK
RGB Variations
Color information
#495F94 (or 0x495F94) is known color: Mariner. HEX triplet: 49, 5F and 94. RGB value is (73,95,148). Sum of RGB (Red+Green+Blue) = 73+95+148=316 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.10% from 316); Green value is 95 (37.5% from 255 or 30.06% from 316); Blue value is 148 (58.20% from 255 or 46.84% from 316); Max value from RGB is 148 - color contains mainly: blue. Hex color #495F94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495F94 is #B6A06B. Grayscale: #5E5E5E. Windows color (decimal): -11968620 or 9723721. OLE color: 9723721.
HSL color Cylindrical-coordinate representation of color #495F94: hue angle of 222.4º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #495F94 is Cyan = 0.51, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 95 | 148 | - |
| CMYK | 0.51 | 0.36 | 0 | 0.42 |
| HSL | 222.4º | 0.34% | 0.43% | - |
| HSV(B) | 222.4º | 0.51% | 0.58% | - |
| XYZ | 12.19 | 11.74 | 29.64 | - |
| YUV | 94.46 | 158.21 | 112.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 95 | 148 | 0.51 | 0.36 | 0 | 0.42 | 222.4 | 0.34 | 0.43 |
| Hex | 49 | 5F | 94 | 33 | 24 | 0 | 2A | DE | 22 | 2B |
| Octal | 111 | 137 | 224 | 63 | 44 | 0 | 52 | 336 | 42 | 53 |
| Binary | 1001001 | 1011111 | 10010100 | 110011 | 100100 | 0 | 101010 | 11011110 | 100010 | 101011 |
Color Harmonies of #495F94
Complementary color
Monochromatic Colors of #495F94
Black with #495F94
Text Example
Text Example
White with #495F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495F94; }
p { color: rgb(73,95,148); }
H1.HeaderClassName
{
color: #495F94;
}
.AnyTagClassName
{
color: #495F94;
}
</style>
background-color css
<style>
a { background-color: #495F94; }
a { background-color: rgb(73,95,148); }
div.DivClassName
{
background-color: #495F94;
}
.BgClassName
{
background-color: #495F94;
}
</style>
border-color css
<style>
span { border-color: #495F94; }
span { border-color: rgb(73,95,148); }
td.TdClassName
{
border-color: #495F94;
}
.TagClassName
{
border-color: #495F94;
}
</style>