Shades of Mariner #406CA0
Tints of Mariner #406CA0
RGB
CMYK
RGB Variations
Color information
#406CA0 (or 0x406CA0) is known color: Mariner. HEX triplet: 40, 6C and A0. RGB value is (64,108,160). Sum of RGB (Red+Green+Blue) = 64+108+160=332 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.28% from 332); Green value is 108 (42.58% from 255 or 32.53% from 332); Blue value is 160 (62.89% from 255 or 48.19% from 332); Max value from RGB is 160 - color contains mainly: blue. Hex color #406CA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406CA0 is #BF935F. Grayscale: #646464. Windows color (decimal): -12555104 or 10513472. OLE color: 10513472.
HSL color Cylindrical-coordinate representation of color #406CA0: hue angle of 212.5º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #406CA0 is Cyan = 0.6, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 64 | 108 | 160 | - |
| CMYK | 0.6 | 0.32 | 0 | 0.37 |
| HSL | 212.5º | 0.43% | 0.44% | - |
| HSV(B) | 212.5º | 0.6% | 0.63% | - |
| XYZ | 13.82 | 14.35 | 35.3 | - |
| YUV | 100.77 | 161.42 | 101.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 108 | 160 | 0.6 | 0.32 | 0 | 0.37 | 212.5 | 0.43 | 0.44 |
| Hex | 40 | 6C | A0 | 3C | 20 | 0 | 25 | D4 | 2B | 2C |
| Octal | 100 | 154 | 240 | 74 | 40 | 0 | 45 | 324 | 53 | 54 |
| Binary | 1000000 | 1101100 | 10100000 | 111100 | 100000 | 0 | 100101 | 11010100 | 101011 | 101100 |
Color Harmonies of #406CA0
Complementary color
Monochromatic Colors of #406CA0
Black with #406CA0
Text Example
Text Example
White with #406CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406CA0; }
p { color: rgb(64,108,160); }
H1.HeaderClassName
{
color: #406CA0;
}
.AnyTagClassName
{
color: #406CA0;
}
</style>
background-color css
<style>
a { background-color: #406CA0; }
a { background-color: rgb(64,108,160); }
div.DivClassName
{
background-color: #406CA0;
}
.BgClassName
{
background-color: #406CA0;
}
</style>
border-color css
<style>
span { border-color: #406CA0; }
span { border-color: rgb(64,108,160); }
td.TdClassName
{
border-color: #406CA0;
}
.TagClassName
{
border-color: #406CA0;
}
</style>