Shades of Mariner #4059AF
Tints of Mariner #4059AF
RGB
CMYK
RGB Variations
Color information
#4059AF (or 0x4059AF) is known color: Mariner. HEX triplet: 40, 59 and AF. RGB value is (64,89,175). Sum of RGB (Red+Green+Blue) = 64+89+175=328 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.51% from 328); Green value is 89 (35.16% from 255 or 27.13% from 328); Blue value is 175 (68.75% from 255 or 53.35% from 328); Max value from RGB is 175 - color contains mainly: blue. Hex color #4059AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4059AF is #BFA650. Grayscale: #5A5A5A. Windows color (decimal): -12559953 or 11491648. OLE color: 11491648.
HSL color Cylindrical-coordinate representation of color #4059AF: hue angle of 226.49º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4059AF is Cyan = 0.63, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 89 | 175 | - |
| CMYK | 0.63 | 0.49 | 0 | 0.31 |
| HSL | 226.49º | 0.46% | 0.47% | - |
| HSV(B) | 226.49º | 0.63% | 0.69% | - |
| XYZ | 13.42 | 11.33 | 42.04 | - |
| YUV | 91.33 | 175.22 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 89 | 175 | 0.63 | 0.49 | 0 | 0.31 | 226.49 | 0.46 | 0.47 |
| Hex | 40 | 59 | AF | 3F | 31 | 0 | 1F | E2 | 2E | 2F |
| Octal | 100 | 131 | 257 | 77 | 61 | 0 | 37 | 342 | 56 | 57 |
| Binary | 1000000 | 1011001 | 10101111 | 111111 | 110001 | 0 | 11111 | 11100010 | 101110 | 101111 |
Color Harmonies of #4059AF
Complementary color
Monochromatic Colors of #4059AF
Black with #4059AF
Text Example
Text Example
White with #4059AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4059AF; }
p { color: rgb(64,89,175); }
H1.HeaderClassName
{
color: #4059AF;
}
.AnyTagClassName
{
color: #4059AF;
}
</style>
background-color css
<style>
a { background-color: #4059AF; }
a { background-color: rgb(64,89,175); }
div.DivClassName
{
background-color: #4059AF;
}
.BgClassName
{
background-color: #4059AF;
}
</style>
border-color css
<style>
span { border-color: #4059AF; }
span { border-color: rgb(64,89,175); }
td.TdClassName
{
border-color: #4059AF;
}
.TagClassName
{
border-color: #4059AF;
}
</style>