Shades of Mariner #4062AD
Tints of Mariner #4062AD
RGB
CMYK
RGB Variations
Color information
#4062AD (or 0x4062AD) is known color: Mariner. HEX triplet: 40, 62 and AD. RGB value is (64,98,173). Sum of RGB (Red+Green+Blue) = 64+98+173=335 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.10% from 335); Green value is 98 (38.67% from 255 or 29.25% from 335); Blue value is 173 (67.97% from 255 or 51.64% from 335); Max value from RGB is 173 - color contains mainly: blue. Hex color #4062AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4062AD is #BF9D52. Grayscale: #606060. Windows color (decimal): -12557651 or 11362880. OLE color: 11362880.
HSL color Cylindrical-coordinate representation of color #4062AD: hue angle of 221.28º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4062AD is Cyan = 0.63, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 98 | 173 | - |
| CMYK | 0.63 | 0.43 | 0 | 0.32 |
| HSL | 221.28º | 0.46% | 0.46% | - |
| HSV(B) | 221.28º | 0.63% | 0.68% | - |
| XYZ | 14.02 | 12.84 | 41.27 | - |
| YUV | 96.38 | 171.24 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 98 | 173 | 0.63 | 0.43 | 0 | 0.32 | 221.28 | 0.46 | 0.46 |
| Hex | 40 | 62 | AD | 3F | 2B | 0 | 20 | DD | 2E | 2E |
| Octal | 100 | 142 | 255 | 77 | 53 | 0 | 40 | 335 | 56 | 56 |
| Binary | 1000000 | 1100010 | 10101101 | 111111 | 101011 | 0 | 100000 | 11011101 | 101110 | 101110 |
Color Harmonies of #4062AD
Complementary color
Monochromatic Colors of #4062AD
Black with #4062AD
Text Example
Text Example
White with #4062AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4062AD; }
p { color: rgb(64,98,173); }
H1.HeaderClassName
{
color: #4062AD;
}
.AnyTagClassName
{
color: #4062AD;
}
</style>
background-color css
<style>
a { background-color: #4062AD; }
a { background-color: rgb(64,98,173); }
div.DivClassName
{
background-color: #4062AD;
}
.BgClassName
{
background-color: #4062AD;
}
</style>
border-color css
<style>
span { border-color: #4062AD; }
span { border-color: rgb(64,98,173); }
td.TdClassName
{
border-color: #4062AD;
}
.TagClassName
{
border-color: #4062AD;
}
</style>