Shades of Mariner #495FAC
Tints of Mariner #495FAC
RGB
CMYK
RGB Variations
Color information
#495FAC (or 0x495FAC) is known color: Mariner. HEX triplet: 49, 5F and AC. RGB value is (73,95,172). Sum of RGB (Red+Green+Blue) = 73+95+172=340 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.47% from 340); Green value is 95 (37.5% from 255 or 27.94% from 340); Blue value is 172 (67.58% from 255 or 50.59% from 340); Max value from RGB is 172 - color contains mainly: blue. Hex color #495FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495FAC is #B6A053. Grayscale: #606060. Windows color (decimal): -11968596 or 11296585. OLE color: 11296585.
HSL color Cylindrical-coordinate representation of color #495FAC: hue angle of 226.67º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #495FAC is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 95 | 172 | - |
| CMYK | 0.58 | 0.45 | 0 | 0.33 |
| HSL | 226.67º | 0.4% | 0.48% | - |
| HSV(B) | 226.67º | 0.58% | 0.67% | - |
| XYZ | 14.29 | 12.58 | 40.7 | - |
| YUV | 97.2 | 170.21 | 110.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 95 | 172 | 0.58 | 0.45 | 0 | 0.33 | 226.67 | 0.4 | 0.48 |
| Hex | 49 | 5F | AC | 3A | 2D | 0 | 21 | E3 | 28 | 30 |
| Octal | 111 | 137 | 254 | 72 | 55 | 0 | 41 | 343 | 50 | 60 |
| Binary | 1001001 | 1011111 | 10101100 | 111010 | 101101 | 0 | 100001 | 11100011 | 101000 | 110000 |
Color Harmonies of #495FAC
Complementary color
Monochromatic Colors of #495FAC
Black with #495FAC
Text Example
Text Example
White with #495FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495FAC; }
p { color: rgb(73,95,172); }
H1.HeaderClassName
{
color: #495FAC;
}
.AnyTagClassName
{
color: #495FAC;
}
</style>
background-color css
<style>
a { background-color: #495FAC; }
a { background-color: rgb(73,95,172); }
div.DivClassName
{
background-color: #495FAC;
}
.BgClassName
{
background-color: #495FAC;
}
</style>
border-color css
<style>
span { border-color: #495FAC; }
span { border-color: rgb(73,95,172); }
td.TdClassName
{
border-color: #495FAC;
}
.TagClassName
{
border-color: #495FAC;
}
</style>