Shades of Mariner #4056A0
Tints of Mariner #4056A0
RGB
CMYK
RGB Variations
Color information
#4056A0 (or 0x4056A0) is known color: Mariner. HEX triplet: 40, 56 and A0. RGB value is (64,86,160). Sum of RGB (Red+Green+Blue) = 64+86+160=310 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.65% from 310); Green value is 86 (33.98% from 255 or 27.74% from 310); Blue value is 160 (62.89% from 255 or 51.61% from 310); Max value from RGB is 160 - color contains mainly: blue. Hex color #4056A0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4056A0 is #BFA95F. Grayscale: #575757. Windows color (decimal): -12560736 or 10507840. OLE color: 10507840.
HSL color Cylindrical-coordinate representation of color #4056A0: hue angle of 226.25º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4056A0 is Cyan = 0.6, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 64 | 86 | 160 | - |
| CMYK | 0.6 | 0.46 | 0 | 0.37 |
| HSL | 226.25º | 0.43% | 0.44% | - |
| HSV(B) | 226.25º | 0.6% | 0.63% | - |
| XYZ | 11.79 | 10.28 | 34.62 | - |
| YUV | 87.86 | 168.71 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 86 | 160 | 0.6 | 0.46 | 0 | 0.37 | 226.25 | 0.43 | 0.44 |
| Hex | 40 | 56 | A0 | 3C | 2E | 0 | 25 | E2 | 2B | 2C |
| Octal | 100 | 126 | 240 | 74 | 56 | 0 | 45 | 342 | 53 | 54 |
| Binary | 1000000 | 1010110 | 10100000 | 111100 | 101110 | 0 | 100101 | 11100010 | 101011 | 101100 |
Color Harmonies of #4056A0
Complementary color
Monochromatic Colors of #4056A0
Black with #4056A0
Text Example
Text Example
White with #4056A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4056A0; }
p { color: rgb(64,86,160); }
H1.HeaderClassName
{
color: #4056A0;
}
.AnyTagClassName
{
color: #4056A0;
}
</style>
background-color css
<style>
a { background-color: #4056A0; }
a { background-color: rgb(64,86,160); }
div.DivClassName
{
background-color: #4056A0;
}
.BgClassName
{
background-color: #4056A0;
}
</style>
border-color css
<style>
span { border-color: #4056A0; }
span { border-color: rgb(64,86,160); }
td.TdClassName
{
border-color: #4056A0;
}
.TagClassName
{
border-color: #4056A0;
}
</style>