Shades of Mariner #495FB0
Tints of Mariner #495FB0
RGB
CMYK
RGB Variations
Color information
#495FB0 (or 0x495FB0) is known color: Mariner. HEX triplet: 49, 5F and B0. RGB value is (73,95,176). Sum of RGB (Red+Green+Blue) = 73+95+176=344 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.22% from 344); Green value is 95 (37.5% from 255 or 27.62% from 344); Blue value is 176 (69.14% from 255 or 51.16% from 344); Max value from RGB is 176 - color contains mainly: blue. Hex color #495FB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495FB0 is #B6A04F. Grayscale: #616161. Windows color (decimal): -11968592 or 11558729. OLE color: 11558729.
HSL color Cylindrical-coordinate representation of color #495FB0: hue angle of 227.18º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #495FB0 is Cyan = 0.59, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 73 | 95 | 176 | - |
| CMYK | 0.59 | 0.46 | 0 | 0.31 |
| HSL | 227.18º | 0.41% | 0.49% | - |
| HSV(B) | 227.18º | 0.59% | 0.69% | - |
| XYZ | 14.68 | 12.74 | 42.76 | - |
| YUV | 97.66 | 172.21 | 110.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 95 | 176 | 0.59 | 0.46 | 0 | 0.31 | 227.18 | 0.41 | 0.49 |
| Hex | 49 | 5F | B0 | 3B | 2E | 0 | 1F | E3 | 29 | 31 |
| Octal | 111 | 137 | 260 | 73 | 56 | 0 | 37 | 343 | 51 | 61 |
| Binary | 1001001 | 1011111 | 10110000 | 111011 | 101110 | 0 | 11111 | 11100011 | 101001 | 110001 |
Color Harmonies of #495FB0
Complementary color
Monochromatic Colors of #495FB0
Black with #495FB0
Text Example
Text Example
White with #495FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495FB0; }
p { color: rgb(73,95,176); }
H1.HeaderClassName
{
color: #495FB0;
}
.AnyTagClassName
{
color: #495FB0;
}
</style>
background-color css
<style>
a { background-color: #495FB0; }
a { background-color: rgb(73,95,176); }
div.DivClassName
{
background-color: #495FB0;
}
.BgClassName
{
background-color: #495FB0;
}
</style>
border-color css
<style>
span { border-color: #495FB0; }
span { border-color: rgb(73,95,176); }
td.TdClassName
{
border-color: #495FB0;
}
.TagClassName
{
border-color: #495FB0;
}
</style>