Shades of Mariner #495DA3
Tints of Mariner #495DA3
RGB
CMYK
RGB Variations
Color information
#495DA3 (or 0x495DA3) is known color: Mariner. HEX triplet: 49, 5D and A3. RGB value is (73,93,163). Sum of RGB (Red+Green+Blue) = 73+93+163=329 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.19% from 329); Green value is 93 (36.72% from 255 or 28.27% from 329); Blue value is 163 (64.06% from 255 or 49.54% from 329); Max value from RGB is 163 - color contains mainly: blue. Hex color #495DA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495DA3 is #B6A25C. Grayscale: #5E5E5E. Windows color (decimal): -11969117 or 10706249. OLE color: 10706249.
HSL color Cylindrical-coordinate representation of color #495DA3: hue angle of 226.67º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #495DA3 is Cyan = 0.55, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 73 | 93 | 163 | - |
| CMYK | 0.55 | 0.43 | 0 | 0.36 |
| HSL | 226.67º | 0.38% | 0.46% | - |
| HSV(B) | 226.67º | 0.55% | 0.64% | - |
| XYZ | 13.27 | 11.89 | 36.25 | - |
| YUV | 95 | 166.37 | 112.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 93 | 163 | 0.55 | 0.43 | 0 | 0.36 | 226.67 | 0.38 | 0.46 |
| Hex | 49 | 5D | A3 | 37 | 2B | 0 | 24 | E3 | 26 | 2E |
| Octal | 111 | 135 | 243 | 67 | 53 | 0 | 44 | 343 | 46 | 56 |
| Binary | 1001001 | 1011101 | 10100011 | 110111 | 101011 | 0 | 100100 | 11100011 | 100110 | 101110 |
Color Harmonies of #495DA3
Complementary color
Monochromatic Colors of #495DA3
Black with #495DA3
Text Example
Text Example
White with #495DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495DA3; }
p { color: rgb(73,93,163); }
H1.HeaderClassName
{
color: #495DA3;
}
.AnyTagClassName
{
color: #495DA3;
}
</style>
background-color css
<style>
a { background-color: #495DA3; }
a { background-color: rgb(73,93,163); }
div.DivClassName
{
background-color: #495DA3;
}
.BgClassName
{
background-color: #495DA3;
}
</style>
border-color css
<style>
span { border-color: #495DA3; }
span { border-color: rgb(73,93,163); }
td.TdClassName
{
border-color: #495DA3;
}
.TagClassName
{
border-color: #495DA3;
}
</style>