Shades of Mariner #495FB1
Tints of Mariner #495FB1
RGB
CMYK
RGB Variations
Color information
#495FB1 (or 0x495FB1) is known color: Mariner. HEX triplet: 49, 5F and B1. RGB value is (73,95,177). Sum of RGB (Red+Green+Blue) = 73+95+177=345 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.16% from 345); Green value is 95 (37.5% from 255 or 27.54% from 345); Blue value is 177 (69.53% from 255 or 51.30% from 345); Max value from RGB is 177 - color contains mainly: blue. Hex color #495FB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495FB1 is #B6A04E. Grayscale: #616161. Windows color (decimal): -11968591 or 11624265. OLE color: 11624265.
HSL color Cylindrical-coordinate representation of color #495FB1: hue angle of 227.31º degrees, saturation: 0.42, 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 #495FB1 is Cyan = 0.59, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 73 | 95 | 177 | - |
| CMYK | 0.59 | 0.46 | 0 | 0.31 |
| HSL | 227.31º | 0.42% | 0.49% | - |
| HSV(B) | 227.31º | 0.59% | 0.69% | - |
| XYZ | 14.78 | 12.78 | 43.28 | - |
| YUV | 97.77 | 172.71 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 95 | 177 | 0.59 | 0.46 | 0 | 0.31 | 227.31 | 0.42 | 0.49 |
| Hex | 49 | 5F | B1 | 3B | 2E | 0 | 1F | E3 | 2A | 31 |
| Octal | 111 | 137 | 261 | 73 | 56 | 0 | 37 | 343 | 52 | 61 |
| Binary | 1001001 | 1011111 | 10110001 | 111011 | 101110 | 0 | 11111 | 11100011 | 101010 | 110001 |
Color Harmonies of #495FB1
Complementary color
Monochromatic Colors of #495FB1
Black with #495FB1
Text Example
Text Example
White with #495FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495FB1; }
p { color: rgb(73,95,177); }
H1.HeaderClassName
{
color: #495FB1;
}
.AnyTagClassName
{
color: #495FB1;
}
</style>
background-color css
<style>
a { background-color: #495FB1; }
a { background-color: rgb(73,95,177); }
div.DivClassName
{
background-color: #495FB1;
}
.BgClassName
{
background-color: #495FB1;
}
</style>
border-color css
<style>
span { border-color: #495FB1; }
span { border-color: rgb(73,95,177); }
td.TdClassName
{
border-color: #495FB1;
}
.TagClassName
{
border-color: #495FB1;
}
</style>