Shades of Mariner #4064AB
Tints of Mariner #4064AB
RGB
CMYK
RGB Variations
Color information
#4064AB (or 0x4064AB) is known color: Mariner. HEX triplet: 40, 64 and AB. RGB value is (64,100,171). Sum of RGB (Red+Green+Blue) = 64+100+171=335 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.10% from 335); Green value is 100 (39.45% from 255 or 29.85% from 335); Blue value is 171 (67.19% from 255 or 51.04% from 335); Max value from RGB is 171 - color contains mainly: blue. Hex color #4064AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4064AB is #BF9B54. Grayscale: #616161. Windows color (decimal): -12557141 or 11232320. OLE color: 11232320.
HSL color Cylindrical-coordinate representation of color #4064AB: hue angle of 219.81º 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 #4064AB is Cyan = 0.63, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 100 | 171 | - |
| CMYK | 0.63 | 0.42 | 0 | 0.33 |
| HSL | 219.81º | 0.46% | 0.46% | - |
| HSV(B) | 219.81º | 0.63% | 0.67% | - |
| XYZ | 14.02 | 13.14 | 40.33 | - |
| YUV | 97.33 | 169.57 | 104.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 100 | 171 | 0.63 | 0.42 | 0 | 0.33 | 219.81 | 0.46 | 0.46 |
| Hex | 40 | 64 | AB | 3F | 2A | 0 | 21 | DC | 2E | 2E |
| Octal | 100 | 144 | 253 | 77 | 52 | 0 | 41 | 334 | 56 | 56 |
| Binary | 1000000 | 1100100 | 10101011 | 111111 | 101010 | 0 | 100001 | 11011100 | 101110 | 101110 |
Color Harmonies of #4064AB
Complementary color
Monochromatic Colors of #4064AB
Black with #4064AB
Text Example
Text Example
White with #4064AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4064AB; }
p { color: rgb(64,100,171); }
H1.HeaderClassName
{
color: #4064AB;
}
.AnyTagClassName
{
color: #4064AB;
}
</style>
background-color css
<style>
a { background-color: #4064AB; }
a { background-color: rgb(64,100,171); }
div.DivClassName
{
background-color: #4064AB;
}
.BgClassName
{
background-color: #4064AB;
}
</style>
border-color css
<style>
span { border-color: #4064AB; }
span { border-color: rgb(64,100,171); }
td.TdClassName
{
border-color: #4064AB;
}
.TagClassName
{
border-color: #4064AB;
}
</style>