Shades of Mariner #4056AB
Tints of Mariner #4056AB
RGB
CMYK
RGB Variations
Color information
#4056AB (or 0x4056AB) is known color: Mariner. HEX triplet: 40, 56 and AB. RGB value is (64,86,171). Sum of RGB (Red+Green+Blue) = 64+86+171=321 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.94% from 321); Green value is 86 (33.98% from 255 or 26.79% from 321); Blue value is 171 (67.19% from 255 or 53.27% from 321); Max value from RGB is 171 - color contains mainly: blue. Hex color #4056AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4056AB is #BFA954. Grayscale: #585858. Windows color (decimal): -12560725 or 11228736. OLE color: 11228736.
HSL color Cylindrical-coordinate representation of color #4056AB: hue angle of 227.66º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4056AB is Cyan = 0.63, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 86 | 171 | - |
| CMYK | 0.63 | 0.50 | 0 | 0.33 |
| HSL | 227.66º | 0.46% | 0.46% | - |
| HSV(B) | 227.66º | 0.63% | 0.67% | - |
| XYZ | 12.79 | 10.69 | 39.92 | - |
| YUV | 89.11 | 174.21 | 110.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 86 | 171 | 0.63 | 0.50 | 0 | 0.33 | 227.66 | 0.46 | 0.46 |
| Hex | 40 | 56 | AB | 3F | 32 | 0 | 21 | E4 | 2E | 2E |
| Octal | 100 | 126 | 253 | 77 | 62 | 0 | 41 | 344 | 56 | 56 |
| Binary | 1000000 | 1010110 | 10101011 | 111111 | 110010 | 0 | 100001 | 11100100 | 101110 | 101110 |
Color Harmonies of #4056AB
Complementary color
Monochromatic Colors of #4056AB
Black with #4056AB
Text Example
Text Example
White with #4056AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4056AB; }
p { color: rgb(64,86,171); }
H1.HeaderClassName
{
color: #4056AB;
}
.AnyTagClassName
{
color: #4056AB;
}
</style>
background-color css
<style>
a { background-color: #4056AB; }
a { background-color: rgb(64,86,171); }
div.DivClassName
{
background-color: #4056AB;
}
.BgClassName
{
background-color: #4056AB;
}
</style>
border-color css
<style>
span { border-color: #4056AB; }
span { border-color: rgb(64,86,171); }
td.TdClassName
{
border-color: #4056AB;
}
.TagClassName
{
border-color: #4056AB;
}
</style>