Shades of Mariner #4059AB
Tints of Mariner #4059AB
RGB
CMYK
RGB Variations
Color information
#4059AB (or 0x4059AB) is known color: Mariner. HEX triplet: 40, 59 and AB. RGB value is (64,89,171). Sum of RGB (Red+Green+Blue) = 64+89+171=324 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.75% from 324); Green value is 89 (35.16% from 255 or 27.47% from 324); Blue value is 171 (67.19% from 255 or 52.78% from 324); Max value from RGB is 171 - color contains mainly: blue. Hex color #4059AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4059AB is #BFA654. Grayscale: #5A5A5A. Windows color (decimal): -12559957 or 11229504. OLE color: 11229504.
HSL color Cylindrical-coordinate representation of color #4059AB: hue angle of 225.98º 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 #4059AB is Cyan = 0.63, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 89 | 171 | - |
| CMYK | 0.63 | 0.48 | 0 | 0.33 |
| HSL | 225.98º | 0.46% | 0.46% | - |
| HSV(B) | 225.98º | 0.63% | 0.67% | - |
| XYZ | 13.04 | 11.18 | 40 | - |
| YUV | 90.87 | 173.22 | 108.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 89 | 171 | 0.63 | 0.48 | 0 | 0.33 | 225.98 | 0.46 | 0.46 |
| Hex | 40 | 59 | AB | 3F | 30 | 0 | 21 | E2 | 2E | 2E |
| Octal | 100 | 131 | 253 | 77 | 60 | 0 | 41 | 342 | 56 | 56 |
| Binary | 1000000 | 1011001 | 10101011 | 111111 | 110000 | 0 | 100001 | 11100010 | 101110 | 101110 |
Color Harmonies of #4059AB
Complementary color
Monochromatic Colors of #4059AB
Black with #4059AB
Text Example
Text Example
White with #4059AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4059AB; }
p { color: rgb(64,89,171); }
H1.HeaderClassName
{
color: #4059AB;
}
.AnyTagClassName
{
color: #4059AB;
}
</style>
background-color css
<style>
a { background-color: #4059AB; }
a { background-color: rgb(64,89,171); }
div.DivClassName
{
background-color: #4059AB;
}
.BgClassName
{
background-color: #4059AB;
}
</style>
border-color css
<style>
span { border-color: #4059AB; }
span { border-color: rgb(64,89,171); }
td.TdClassName
{
border-color: #4059AB;
}
.TagClassName
{
border-color: #4059AB;
}
</style>