Shades of Mariner #4068AD
Tints of Mariner #4068AD
RGB
CMYK
RGB Variations
Color information
#4068AD (or 0x4068AD) is known color: Mariner. HEX triplet: 40, 68 and AD. RGB value is (64,104,173). Sum of RGB (Red+Green+Blue) = 64+104+173=341 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.77% from 341); Green value is 104 (41.02% from 255 or 30.50% from 341); Blue value is 173 (67.97% from 255 or 50.73% from 341); Max value from RGB is 173 - color contains mainly: blue. Hex color #4068AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4068AD is #BF9752. Grayscale: #636363. Windows color (decimal): -12556115 or 11364416. OLE color: 11364416.
HSL color Cylindrical-coordinate representation of color #4068AD: hue angle of 217.98º 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 #4068AD is Cyan = 0.63, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 104 | 173 | - |
| CMYK | 0.63 | 0.40 | 0 | 0.32 |
| HSL | 217.98º | 0.46% | 0.46% | - |
| HSV(B) | 217.98º | 0.63% | 0.68% | - |
| XYZ | 14.61 | 14.01 | 41.47 | - |
| YUV | 99.91 | 169.25 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 104 | 173 | 0.63 | 0.40 | 0 | 0.32 | 217.98 | 0.46 | 0.46 |
| Hex | 40 | 68 | AD | 3F | 28 | 0 | 20 | DA | 2E | 2E |
| Octal | 100 | 150 | 255 | 77 | 50 | 0 | 40 | 332 | 56 | 56 |
| Binary | 1000000 | 1101000 | 10101101 | 111111 | 101000 | 0 | 100000 | 11011010 | 101110 | 101110 |
Color Harmonies of #4068AD
Complementary color
Monochromatic Colors of #4068AD
Black with #4068AD
Text Example
Text Example
White with #4068AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4068AD; }
p { color: rgb(64,104,173); }
H1.HeaderClassName
{
color: #4068AD;
}
.AnyTagClassName
{
color: #4068AD;
}
</style>
background-color css
<style>
a { background-color: #4068AD; }
a { background-color: rgb(64,104,173); }
div.DivClassName
{
background-color: #4068AD;
}
.BgClassName
{
background-color: #4068AD;
}
</style>
border-color css
<style>
span { border-color: #4068AD; }
span { border-color: rgb(64,104,173); }
td.TdClassName
{
border-color: #4068AD;
}
.TagClassName
{
border-color: #4068AD;
}
</style>