Shades of Mariner #495CA3
Tints of Mariner #495CA3
RGB
CMYK
RGB Variations
Color information
#495CA3 (or 0x495CA3) is known color: Mariner. HEX triplet: 49, 5C and A3. RGB value is (73,92,163). Sum of RGB (Red+Green+Blue) = 73+92+163=328 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.26% from 328); Green value is 92 (36.33% from 255 or 28.05% from 328); Blue value is 163 (64.06% from 255 or 49.70% from 328); Max value from RGB is 163 - color contains mainly: blue. Hex color #495CA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495CA3 is #B6A35C. Grayscale: #5E5E5E. Windows color (decimal): -11969373 or 10705993. OLE color: 10705993.
HSL color Cylindrical-coordinate representation of color #495CA3: hue angle of 227.33º 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 #495CA3 is Cyan = 0.55, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 73 | 92 | 163 | - |
| CMYK | 0.55 | 0.44 | 0 | 0.36 |
| HSL | 227.33º | 0.38% | 0.46% | - |
| HSV(B) | 227.33º | 0.55% | 0.64% | - |
| XYZ | 13.19 | 11.72 | 36.22 | - |
| YUV | 94.41 | 166.71 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 92 | 163 | 0.55 | 0.44 | 0 | 0.36 | 227.33 | 0.38 | 0.46 |
| Hex | 49 | 5C | A3 | 37 | 2C | 0 | 24 | E3 | 26 | 2E |
| Octal | 111 | 134 | 243 | 67 | 54 | 0 | 44 | 343 | 46 | 56 |
| Binary | 1001001 | 1011100 | 10100011 | 110111 | 101100 | 0 | 100100 | 11100011 | 100110 | 101110 |
Color Harmonies of #495CA3
Complementary color
Monochromatic Colors of #495CA3
Black with #495CA3
Text Example
Text Example
White with #495CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495CA3; }
p { color: rgb(73,92,163); }
H1.HeaderClassName
{
color: #495CA3;
}
.AnyTagClassName
{
color: #495CA3;
}
</style>
background-color css
<style>
a { background-color: #495CA3; }
a { background-color: rgb(73,92,163); }
div.DivClassName
{
background-color: #495CA3;
}
.BgClassName
{
background-color: #495CA3;
}
</style>
border-color css
<style>
span { border-color: #495CA3; }
span { border-color: rgb(73,92,163); }
td.TdClassName
{
border-color: #495CA3;
}
.TagClassName
{
border-color: #495CA3;
}
</style>