Shades of Mariner #406DB0
Tints of Mariner #406DB0
RGB
CMYK
RGB Variations
Color information
#406DB0 (or 0x406DB0) is known color: Mariner. HEX triplet: 40, 6D and B0. RGB value is (64,109,176). Sum of RGB (Red+Green+Blue) = 64+109+176=349 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.34% from 349); Green value is 109 (42.97% from 255 or 31.23% from 349); Blue value is 176 (69.14% from 255 or 50.43% from 349); Max value from RGB is 176 - color contains mainly: blue. Hex color #406DB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406DB0 is #BF924F. Grayscale: #666666. Windows color (decimal): -12554832 or 11562304. OLE color: 11562304.
HSL color Cylindrical-coordinate representation of color #406DB0: hue angle of 215.89º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #406DB0 is Cyan = 0.64, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 109 | 176 | - |
| CMYK | 0.64 | 0.38 | 0 | 0.31 |
| HSL | 215.89º | 0.47% | 0.47% | - |
| HSV(B) | 215.89º | 0.64% | 0.69% | - |
| XYZ | 15.42 | 15.16 | 43.19 | - |
| YUV | 103.18 | 169.09 | 100.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 109 | 176 | 0.64 | 0.38 | 0 | 0.31 | 215.89 | 0.47 | 0.47 |
| Hex | 40 | 6D | B0 | 40 | 26 | 0 | 1F | D8 | 2F | 2F |
| Octal | 100 | 155 | 260 | 100 | 46 | 0 | 37 | 330 | 57 | 57 |
| Binary | 1000000 | 1101101 | 10110000 | 1000000 | 100110 | 0 | 11111 | 11011000 | 101111 | 101111 |
Color Harmonies of #406DB0
Complementary color
Monochromatic Colors of #406DB0
Black with #406DB0
Text Example
Text Example
White with #406DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406DB0; }
p { color: rgb(64,109,176); }
H1.HeaderClassName
{
color: #406DB0;
}
.AnyTagClassName
{
color: #406DB0;
}
</style>
background-color css
<style>
a { background-color: #406DB0; }
a { background-color: rgb(64,109,176); }
div.DivClassName
{
background-color: #406DB0;
}
.BgClassName
{
background-color: #406DB0;
}
</style>
border-color css
<style>
span { border-color: #406DB0; }
span { border-color: rgb(64,109,176); }
td.TdClassName
{
border-color: #406DB0;
}
.TagClassName
{
border-color: #406DB0;
}
</style>