Shades of Mariner #4071AC
Tints of Mariner #4071AC
RGB
CMYK
RGB Variations
Color information
#4071AC (or 0x4071AC) is known color: Mariner. HEX triplet: 40, 71 and AC. RGB value is (64,113,172). Sum of RGB (Red+Green+Blue) = 64+113+172=349 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.34% from 349); Green value is 113 (44.53% from 255 or 32.38% from 349); Blue value is 172 (67.58% from 255 or 49.28% from 349); Max value from RGB is 172 - color contains mainly: blue. Hex color #4071AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4071AC is #BF8E53. Grayscale: #686868. Windows color (decimal): -12553812 or 11301184. OLE color: 11301184.
HSL color Cylindrical-coordinate representation of color #4071AC: hue angle of 212.78º 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 #4071AC is Cyan = 0.63, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 113 | 172 | - |
| CMYK | 0.63 | 0.34 | 0 | 0.33 |
| HSL | 212.78º | 0.46% | 0.46% | - |
| HSV(B) | 212.78º | 0.63% | 0.67% | - |
| XYZ | 15.47 | 15.88 | 41.28 | - |
| YUV | 105.08 | 165.77 | 98.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 113 | 172 | 0.63 | 0.34 | 0 | 0.33 | 212.78 | 0.46 | 0.46 |
| Hex | 40 | 71 | AC | 3F | 22 | 0 | 21 | D5 | 2E | 2E |
| Octal | 100 | 161 | 254 | 77 | 42 | 0 | 41 | 325 | 56 | 56 |
| Binary | 1000000 | 1110001 | 10101100 | 111111 | 100010 | 0 | 100001 | 11010101 | 101110 | 101110 |
Color Harmonies of #4071AC
Complementary color
Monochromatic Colors of #4071AC
Black with #4071AC
Text Example
Text Example
White with #4071AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4071AC; }
p { color: rgb(64,113,172); }
H1.HeaderClassName
{
color: #4071AC;
}
.AnyTagClassName
{
color: #4071AC;
}
</style>
background-color css
<style>
a { background-color: #4071AC; }
a { background-color: rgb(64,113,172); }
div.DivClassName
{
background-color: #4071AC;
}
.BgClassName
{
background-color: #4071AC;
}
</style>
border-color css
<style>
span { border-color: #4071AC; }
span { border-color: rgb(64,113,172); }
td.TdClassName
{
border-color: #4071AC;
}
.TagClassName
{
border-color: #4071AC;
}
</style>