Shades of Mariner #406AB3
Tints of Mariner #406AB3
RGB
CMYK
RGB Variations
Color information
#406AB3 (or 0x406AB3) is known color: Mariner. HEX triplet: 40, 6A and B3. RGB value is (64,106,179). Sum of RGB (Red+Green+Blue) = 64+106+179=349 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.34% from 349); Green value is 106 (41.80% from 255 or 30.37% from 349); Blue value is 179 (70.31% from 255 or 51.29% from 349); Max value from RGB is 179 - color contains mainly: blue. Hex color #406AB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406AB3 is #BF954C. Grayscale: #656565. Windows color (decimal): -12555597 or 11758144. OLE color: 11758144.
HSL color Cylindrical-coordinate representation of color #406AB3: hue angle of 218.09º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #406AB3 is Cyan = 0.64, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 64 | 106 | 179 | - |
| CMYK | 0.64 | 0.41 | 0 | 0.30 |
| HSL | 218.09º | 0.47% | 0.48% | - |
| HSV(B) | 218.09º | 0.64% | 0.7% | - |
| XYZ | 15.41 | 14.65 | 44.66 | - |
| YUV | 101.76 | 171.59 | 101.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 106 | 179 | 0.64 | 0.41 | 0 | 0.30 | 218.09 | 0.47 | 0.48 |
| Hex | 40 | 6A | B3 | 40 | 29 | 0 | 1E | DA | 2F | 30 |
| Octal | 100 | 152 | 263 | 100 | 51 | 0 | 36 | 332 | 57 | 60 |
| Binary | 1000000 | 1101010 | 10110011 | 1000000 | 101001 | 0 | 11110 | 11011010 | 101111 | 110000 |
Color Harmonies of #406AB3
Complementary color
Monochromatic Colors of #406AB3
Black with #406AB3
Text Example
Text Example
White with #406AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406AB3; }
p { color: rgb(64,106,179); }
H1.HeaderClassName
{
color: #406AB3;
}
.AnyTagClassName
{
color: #406AB3;
}
</style>
background-color css
<style>
a { background-color: #406AB3; }
a { background-color: rgb(64,106,179); }
div.DivClassName
{
background-color: #406AB3;
}
.BgClassName
{
background-color: #406AB3;
}
</style>
border-color css
<style>
span { border-color: #406AB3; }
span { border-color: rgb(64,106,179); }
td.TdClassName
{
border-color: #406AB3;
}
.TagClassName
{
border-color: #406AB3;
}
</style>