Shades of Mariner #406BAC
Tints of Mariner #406BAC
RGB
CMYK
RGB Variations
Color information
#406BAC (or 0x406BAC) is known color: Mariner. HEX triplet: 40, 6B and AC. RGB value is (64,107,172). Sum of RGB (Red+Green+Blue) = 64+107+172=343 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.66% from 343); Green value is 107 (42.19% from 255 or 31.20% from 343); Blue value is 172 (67.58% from 255 or 50.15% from 343); Max value from RGB is 172 - color contains mainly: blue. Hex color #406BAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406BAC is #BF9453. Grayscale: #656565. Windows color (decimal): -12555348 or 11299648. OLE color: 11299648.
HSL color Cylindrical-coordinate representation of color #406BAC: hue angle of 216.11º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #406BAC is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 107 | 172 | - |
| CMYK | 0.63 | 0.38 | 0 | 0.33 |
| HSL | 216.11º | 0.46% | 0.46% | - |
| HSV(B) | 216.11º | 0.63% | 0.67% | - |
| XYZ | 14.82 | 14.58 | 41.06 | - |
| YUV | 101.55 | 167.75 | 101.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 107 | 172 | 0.63 | 0.38 | 0 | 0.33 | 216.11 | 0.46 | 0.46 |
| Hex | 40 | 6B | AC | 3F | 26 | 0 | 21 | D8 | 2E | 2E |
| Octal | 100 | 153 | 254 | 77 | 46 | 0 | 41 | 330 | 56 | 56 |
| Binary | 1000000 | 1101011 | 10101100 | 111111 | 100110 | 0 | 100001 | 11011000 | 101110 | 101110 |
Color Harmonies of #406BAC
Complementary color
Monochromatic Colors of #406BAC
Black with #406BAC
Text Example
Text Example
White with #406BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406BAC; }
p { color: rgb(64,107,172); }
H1.HeaderClassName
{
color: #406BAC;
}
.AnyTagClassName
{
color: #406BAC;
}
</style>
background-color css
<style>
a { background-color: #406BAC; }
a { background-color: rgb(64,107,172); }
div.DivClassName
{
background-color: #406BAC;
}
.BgClassName
{
background-color: #406BAC;
}
</style>
border-color css
<style>
span { border-color: #406BAC; }
span { border-color: rgb(64,107,172); }
td.TdClassName
{
border-color: #406BAC;
}
.TagClassName
{
border-color: #406BAC;
}
</style>