Shades of Mariner #495FA4
Tints of Mariner #495FA4
RGB
CMYK
RGB Variations
Color information
#495FA4 (or 0x495FA4) is known color: Mariner. HEX triplet: 49, 5F and A4. RGB value is (73,95,164). Sum of RGB (Red+Green+Blue) = 73+95+164=332 (43% of max value = 765). Red value is 73 (28.91% from 255 or 21.99% from 332); Green value is 95 (37.5% from 255 or 28.61% from 332); Blue value is 164 (64.45% from 255 or 49.40% from 332); Max value from RGB is 164 - color contains mainly: blue. Hex color #495FA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495FA4 is #B6A05B. Grayscale: #5F5F5F. Windows color (decimal): -11968604 or 10772297. OLE color: 10772297.
HSL color Cylindrical-coordinate representation of color #495FA4: hue angle of 225.49º 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 #495FA4 is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 73 | 95 | 164 | - |
| CMYK | 0.55 | 0.42 | 0 | 0.36 |
| HSL | 225.49º | 0.38% | 0.46% | - |
| HSV(B) | 225.49º | 0.55% | 0.64% | - |
| XYZ | 13.54 | 12.28 | 36.78 | - |
| YUV | 96.29 | 166.21 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 95 | 164 | 0.55 | 0.42 | 0 | 0.36 | 225.49 | 0.38 | 0.46 |
| Hex | 49 | 5F | A4 | 37 | 2A | 0 | 24 | E1 | 26 | 2E |
| Octal | 111 | 137 | 244 | 67 | 52 | 0 | 44 | 341 | 46 | 56 |
| Binary | 1001001 | 1011111 | 10100100 | 110111 | 101010 | 0 | 100100 | 11100001 | 100110 | 101110 |
Color Harmonies of #495FA4
Complementary color
Monochromatic Colors of #495FA4
Black with #495FA4
Text Example
Text Example
White with #495FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495FA4; }
p { color: rgb(73,95,164); }
H1.HeaderClassName
{
color: #495FA4;
}
.AnyTagClassName
{
color: #495FA4;
}
</style>
background-color css
<style>
a { background-color: #495FA4; }
a { background-color: rgb(73,95,164); }
div.DivClassName
{
background-color: #495FA4;
}
.BgClassName
{
background-color: #495FA4;
}
</style>
border-color css
<style>
span { border-color: #495FA4; }
span { border-color: rgb(73,95,164); }
td.TdClassName
{
border-color: #495FA4;
}
.TagClassName
{
border-color: #495FA4;
}
</style>