Shades of Mariner #4056AC
Tints of Mariner #4056AC
RGB
CMYK
RGB Variations
Color information
#4056AC (or 0x4056AC) is known color: Mariner. HEX triplet: 40, 56 and AC. RGB value is (64,86,172). Sum of RGB (Red+Green+Blue) = 64+86+172=322 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.88% from 322); Green value is 86 (33.98% from 255 or 26.71% from 322); Blue value is 172 (67.58% from 255 or 53.42% from 322); Max value from RGB is 172 - color contains mainly: blue. Hex color #4056AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4056AC is #BFA953. Grayscale: #585858. Windows color (decimal): -12560724 or 11294272. OLE color: 11294272.
HSL color Cylindrical-coordinate representation of color #4056AC: hue angle of 227.78º 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 #4056AC is Cyan = 0.63, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 86 | 172 | - |
| CMYK | 0.63 | 0.5 | 0 | 0.33 |
| HSL | 227.78º | 0.46% | 0.46% | - |
| HSV(B) | 227.78º | 0.63% | 0.67% | - |
| XYZ | 12.89 | 10.72 | 40.42 | - |
| YUV | 89.23 | 174.71 | 110.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 86 | 172 | 0.63 | 0.5 | 0 | 0.33 | 227.78 | 0.46 | 0.46 |
| Hex | 40 | 56 | AC | 3F | 32 | 0 | 21 | E4 | 2E | 2E |
| Octal | 100 | 126 | 254 | 77 | 62 | 0 | 41 | 344 | 56 | 56 |
| Binary | 1000000 | 1010110 | 10101100 | 111111 | 110010 | 0 | 100001 | 11100100 | 101110 | 101110 |
Color Harmonies of #4056AC
Complementary color
Monochromatic Colors of #4056AC
Black with #4056AC
Text Example
Text Example
White with #4056AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4056AC; }
p { color: rgb(64,86,172); }
H1.HeaderClassName
{
color: #4056AC;
}
.AnyTagClassName
{
color: #4056AC;
}
</style>
background-color css
<style>
a { background-color: #4056AC; }
a { background-color: rgb(64,86,172); }
div.DivClassName
{
background-color: #4056AC;
}
.BgClassName
{
background-color: #4056AC;
}
</style>
border-color css
<style>
span { border-color: #4056AC; }
span { border-color: rgb(64,86,172); }
td.TdClassName
{
border-color: #4056AC;
}
.TagClassName
{
border-color: #4056AC;
}
</style>