Shades of Mariner #4056AD
Tints of Mariner #4056AD
RGB
CMYK
RGB Variations
Color information
#4056AD (or 0x4056AD) is known color: Mariner. HEX triplet: 40, 56 and AD. RGB value is (64,86,173). Sum of RGB (Red+Green+Blue) = 64+86+173=323 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.81% from 323); Green value is 86 (33.98% from 255 or 26.63% from 323); Blue value is 173 (67.97% from 255 or 53.56% from 323); Max value from RGB is 173 - color contains mainly: blue. Hex color #4056AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4056AD is #BFA952. Grayscale: #585858. Windows color (decimal): -12560723 or 11359808. OLE color: 11359808.
HSL color Cylindrical-coordinate representation of color #4056AD: hue angle of 227.89º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4056AD is Cyan = 0.63, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 86 | 173 | - |
| CMYK | 0.63 | 0.50 | 0 | 0.32 |
| HSL | 227.89º | 0.46% | 0.46% | - |
| HSV(B) | 227.89º | 0.63% | 0.68% | - |
| XYZ | 12.98 | 10.76 | 40.93 | - |
| YUV | 89.34 | 175.21 | 109.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 86 | 173 | 0.63 | 0.50 | 0 | 0.32 | 227.89 | 0.46 | 0.46 |
| Hex | 40 | 56 | AD | 3F | 32 | 0 | 20 | E4 | 2E | 2E |
| Octal | 100 | 126 | 255 | 77 | 62 | 0 | 40 | 344 | 56 | 56 |
| Binary | 1000000 | 1010110 | 10101101 | 111111 | 110010 | 0 | 100000 | 11100100 | 101110 | 101110 |
Color Harmonies of #4056AD
Complementary color
Monochromatic Colors of #4056AD
Black with #4056AD
Text Example
Text Example
White with #4056AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4056AD; }
p { color: rgb(64,86,173); }
H1.HeaderClassName
{
color: #4056AD;
}
.AnyTagClassName
{
color: #4056AD;
}
</style>
background-color css
<style>
a { background-color: #4056AD; }
a { background-color: rgb(64,86,173); }
div.DivClassName
{
background-color: #4056AD;
}
.BgClassName
{
background-color: #4056AD;
}
</style>
border-color css
<style>
span { border-color: #4056AD; }
span { border-color: rgb(64,86,173); }
td.TdClassName
{
border-color: #4056AD;
}
.TagClassName
{
border-color: #4056AD;
}
</style>