Shades of Mariner #4060AF
Tints of Mariner #4060AF
RGB
CMYK
RGB Variations
Color information
#4060AF (or 0x4060AF) is known color: Mariner. HEX triplet: 40, 60 and AF. RGB value is (64,96,175). Sum of RGB (Red+Green+Blue) = 64+96+175=335 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.10% from 335); Green value is 96 (37.89% from 255 or 28.66% from 335); Blue value is 175 (68.75% from 255 or 52.24% from 335); Max value from RGB is 175 - color contains mainly: blue. Hex color #4060AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4060AF is #BF9F50. Grayscale: #5F5F5F. Windows color (decimal): -12558161 or 11493440. OLE color: 11493440.
HSL color Cylindrical-coordinate representation of color #4060AF: hue angle of 222.7º 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 #4060AF is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 96 | 175 | - |
| CMYK | 0.63 | 0.45 | 0 | 0.31 |
| HSL | 222.7º | 0.46% | 0.47% | - |
| HSV(B) | 222.7º | 0.63% | 0.69% | - |
| XYZ | 14.04 | 12.55 | 42.24 | - |
| YUV | 95.44 | 172.9 | 105.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 96 | 175 | 0.63 | 0.45 | 0 | 0.31 | 222.7 | 0.46 | 0.47 |
| Hex | 40 | 60 | AF | 3F | 2D | 0 | 1F | DF | 2E | 2F |
| Octal | 100 | 140 | 257 | 77 | 55 | 0 | 37 | 337 | 56 | 57 |
| Binary | 1000000 | 1100000 | 10101111 | 111111 | 101101 | 0 | 11111 | 11011111 | 101110 | 101111 |
Color Harmonies of #4060AF
Complementary color
Monochromatic Colors of #4060AF
Black with #4060AF
Text Example
Text Example
White with #4060AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4060AF; }
p { color: rgb(64,96,175); }
H1.HeaderClassName
{
color: #4060AF;
}
.AnyTagClassName
{
color: #4060AF;
}
</style>
background-color css
<style>
a { background-color: #4060AF; }
a { background-color: rgb(64,96,175); }
div.DivClassName
{
background-color: #4060AF;
}
.BgClassName
{
background-color: #4060AF;
}
</style>
border-color css
<style>
span { border-color: #4060AF; }
span { border-color: rgb(64,96,175); }
td.TdClassName
{
border-color: #4060AF;
}
.TagClassName
{
border-color: #4060AF;
}
</style>