Shades of Mariner #4064AC
Tints of Mariner #4064AC
RGB
CMYK
RGB Variations
Color information
#4064AC (or 0x4064AC) is known color: Mariner. HEX triplet: 40, 64 and AC. RGB value is (64,100,172). Sum of RGB (Red+Green+Blue) = 64+100+172=336 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.05% from 336); Green value is 100 (39.45% from 255 or 29.76% from 336); Blue value is 172 (67.58% from 255 or 51.19% from 336); Max value from RGB is 172 - color contains mainly: blue. Hex color #4064AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4064AC is #BF9B53. Grayscale: #616161. Windows color (decimal): -12557140 or 11297856. OLE color: 11297856.
HSL color Cylindrical-coordinate representation of color #4064AC: hue angle of 220º 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 #4064AC is Cyan = 0.63, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 100 | 172 | - |
| CMYK | 0.63 | 0.42 | 0 | 0.33 |
| HSL | 220º | 0.46% | 0.46% | - |
| HSV(B) | 220º | 0.63% | 0.67% | - |
| XYZ | 14.12 | 13.18 | 40.83 | - |
| YUV | 97.44 | 170.07 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 100 | 172 | 0.63 | 0.42 | 0 | 0.33 | 220 | 0.46 | 0.46 |
| Hex | 40 | 64 | AC | 3F | 2A | 0 | 21 | DC | 2E | 2E |
| Octal | 100 | 144 | 254 | 77 | 52 | 0 | 41 | 334 | 56 | 56 |
| Binary | 1000000 | 1100100 | 10101100 | 111111 | 101010 | 0 | 100001 | 11011100 | 101110 | 101110 |
Color Harmonies of #4064AC
Complementary color
Monochromatic Colors of #4064AC
Black with #4064AC
Text Example
Text Example
White with #4064AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4064AC; }
p { color: rgb(64,100,172); }
H1.HeaderClassName
{
color: #4064AC;
}
.AnyTagClassName
{
color: #4064AC;
}
</style>
background-color css
<style>
a { background-color: #4064AC; }
a { background-color: rgb(64,100,172); }
div.DivClassName
{
background-color: #4064AC;
}
.BgClassName
{
background-color: #4064AC;
}
</style>
border-color css
<style>
span { border-color: #4064AC; }
span { border-color: rgb(64,100,172); }
td.TdClassName
{
border-color: #4064AC;
}
.TagClassName
{
border-color: #4064AC;
}
</style>