Shades of Mariner #4060AC
Tints of Mariner #4060AC
RGB
CMYK
RGB Variations
Color information
#4060AC (or 0x4060AC) is known color: Mariner. HEX triplet: 40, 60 and AC. RGB value is (64,96,172). Sum of RGB (Red+Green+Blue) = 64+96+172=332 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.28% from 332); Green value is 96 (37.89% from 255 or 28.92% from 332); Blue value is 172 (67.58% from 255 or 51.81% from 332); Max value from RGB is 172 - color contains mainly: blue. Hex color #4060AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4060AC is #BF9F53. Grayscale: #5E5E5E. Windows color (decimal): -12558164 or 11296832. OLE color: 11296832.
HSL color Cylindrical-coordinate representation of color #4060AC: hue angle of 222.22º 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 #4060AC is Cyan = 0.63, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 96 | 172 | - |
| CMYK | 0.63 | 0.44 | 0 | 0.33 |
| HSL | 222.22º | 0.46% | 0.46% | - |
| HSV(B) | 222.22º | 0.63% | 0.67% | - |
| XYZ | 13.74 | 12.43 | 40.71 | - |
| YUV | 95.1 | 171.4 | 105.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 96 | 172 | 0.63 | 0.44 | 0 | 0.33 | 222.22 | 0.46 | 0.46 |
| Hex | 40 | 60 | AC | 3F | 2C | 0 | 21 | DE | 2E | 2E |
| Octal | 100 | 140 | 254 | 77 | 54 | 0 | 41 | 336 | 56 | 56 |
| Binary | 1000000 | 1100000 | 10101100 | 111111 | 101100 | 0 | 100001 | 11011110 | 101110 | 101110 |
Color Harmonies of #4060AC
Complementary color
Monochromatic Colors of #4060AC
Black with #4060AC
Text Example
Text Example
White with #4060AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4060AC; }
p { color: rgb(64,96,172); }
H1.HeaderClassName
{
color: #4060AC;
}
.AnyTagClassName
{
color: #4060AC;
}
</style>
background-color css
<style>
a { background-color: #4060AC; }
a { background-color: rgb(64,96,172); }
div.DivClassName
{
background-color: #4060AC;
}
.BgClassName
{
background-color: #4060AC;
}
</style>
border-color css
<style>
span { border-color: #4060AC; }
span { border-color: rgb(64,96,172); }
td.TdClassName
{
border-color: #4060AC;
}
.TagClassName
{
border-color: #4060AC;
}
</style>