Shades of Mariner #406FA4
Tints of Mariner #406FA4
RGB
CMYK
RGB Variations
Color information
#406FA4 (or 0x406FA4) is known color: Mariner. HEX triplet: 40, 6F and A4. RGB value is (64,111,164). Sum of RGB (Red+Green+Blue) = 64+111+164=339 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.88% from 339); Green value is 111 (43.75% from 255 or 32.74% from 339); Blue value is 164 (64.45% from 255 or 48.38% from 339); Max value from RGB is 164 - color contains mainly: blue. Hex color #406FA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406FA4 is #BF905B. Grayscale: #666666. Windows color (decimal): -12554332 or 10776384. OLE color: 10776384.
HSL color Cylindrical-coordinate representation of color #406FA4: hue angle of 211.8º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #406FA4 is Cyan = 0.61, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 64 | 111 | 164 | - |
| CMYK | 0.61 | 0.32 | 0 | 0.36 |
| HSL | 211.8º | 0.44% | 0.45% | - |
| HSV(B) | 211.8º | 0.61% | 0.64% | - |
| XYZ | 14.5 | 15.14 | 37.28 | - |
| YUV | 102.99 | 162.43 | 100.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 111 | 164 | 0.61 | 0.32 | 0 | 0.36 | 211.8 | 0.44 | 0.45 |
| Hex | 40 | 6F | A4 | 3D | 20 | 0 | 24 | D4 | 2C | 2D |
| Octal | 100 | 157 | 244 | 75 | 40 | 0 | 44 | 324 | 54 | 55 |
| Binary | 1000000 | 1101111 | 10100100 | 111101 | 100000 | 0 | 100100 | 11010100 | 101100 | 101101 |
Color Harmonies of #406FA4
Complementary color
Monochromatic Colors of #406FA4
Black with #406FA4
Text Example
Text Example
White with #406FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406FA4; }
p { color: rgb(64,111,164); }
H1.HeaderClassName
{
color: #406FA4;
}
.AnyTagClassName
{
color: #406FA4;
}
</style>
background-color css
<style>
a { background-color: #406FA4; }
a { background-color: rgb(64,111,164); }
div.DivClassName
{
background-color: #406FA4;
}
.BgClassName
{
background-color: #406FA4;
}
</style>
border-color css
<style>
span { border-color: #406FA4; }
span { border-color: rgb(64,111,164); }
td.TdClassName
{
border-color: #406FA4;
}
.TagClassName
{
border-color: #406FA4;
}
</style>