Shades of Mariner #4059AD
Tints of Mariner #4059AD
RGB
CMYK
RGB Variations
Color information
#4059AD (or 0x4059AD) is known color: Mariner. HEX triplet: 40, 59 and AD. RGB value is (64,89,173). Sum of RGB (Red+Green+Blue) = 64+89+173=326 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.63% from 326); Green value is 89 (35.16% from 255 or 27.30% from 326); Blue value is 173 (67.97% from 255 or 53.07% from 326); Max value from RGB is 173 - color contains mainly: blue. Hex color #4059AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4059AD is #BFA652. Grayscale: #5A5A5A. Windows color (decimal): -12559955 or 11360576. OLE color: 11360576.
HSL color Cylindrical-coordinate representation of color #4059AD: hue angle of 226.24º 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 #4059AD is Cyan = 0.63, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 89 | 173 | - |
| CMYK | 0.63 | 0.49 | 0 | 0.32 |
| HSL | 226.24º | 0.46% | 0.46% | - |
| HSV(B) | 226.24º | 0.63% | 0.68% | - |
| XYZ | 13.23 | 11.25 | 41.01 | - |
| YUV | 91.1 | 174.22 | 108.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 89 | 173 | 0.63 | 0.49 | 0 | 0.32 | 226.24 | 0.46 | 0.46 |
| Hex | 40 | 59 | AD | 3F | 31 | 0 | 20 | E2 | 2E | 2E |
| Octal | 100 | 131 | 255 | 77 | 61 | 0 | 40 | 342 | 56 | 56 |
| Binary | 1000000 | 1011001 | 10101101 | 111111 | 110001 | 0 | 100000 | 11100010 | 101110 | 101110 |
Color Harmonies of #4059AD
Complementary color
Monochromatic Colors of #4059AD
Black with #4059AD
Text Example
Text Example
White with #4059AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4059AD; }
p { color: rgb(64,89,173); }
H1.HeaderClassName
{
color: #4059AD;
}
.AnyTagClassName
{
color: #4059AD;
}
</style>
background-color css
<style>
a { background-color: #4059AD; }
a { background-color: rgb(64,89,173); }
div.DivClassName
{
background-color: #4059AD;
}
.BgClassName
{
background-color: #4059AD;
}
</style>
border-color css
<style>
span { border-color: #4059AD; }
span { border-color: rgb(64,89,173); }
td.TdClassName
{
border-color: #4059AD;
}
.TagClassName
{
border-color: #4059AD;
}
</style>