Shades of Mariner #40699E
Tints of Mariner #40699E
RGB
CMYK
RGB Variations
Color information
#40699E (or 0x40699E) is known color: Mariner. HEX triplet: 40, 69 and 9E. RGB value is (64,105,158). Sum of RGB (Red+Green+Blue) = 64+105+158=327 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.57% from 327); Green value is 105 (41.41% from 255 or 32.11% from 327); Blue value is 158 (62.11% from 255 or 48.32% from 327); Max value from RGB is 158 - color contains mainly: blue. Hex color #40699E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40699E is #BF9661. Grayscale: #626262. Windows color (decimal): -12555874 or 10381632. OLE color: 10381632.
HSL color Cylindrical-coordinate representation of color #40699E: hue angle of 213.83º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #40699E is Cyan = 0.59, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 64 | 105 | 158 | - |
| CMYK | 0.59 | 0.34 | 0 | 0.38 |
| HSL | 213.83º | 0.42% | 0.44% | - |
| HSV(B) | 213.83º | 0.59% | 0.62% | - |
| XYZ | 13.34 | 13.66 | 34.28 | - |
| YUV | 98.78 | 161.42 | 103.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 105 | 158 | 0.59 | 0.34 | 0 | 0.38 | 213.83 | 0.42 | 0.44 |
| Hex | 40 | 69 | 9E | 3B | 22 | 0 | 26 | D6 | 2A | 2C |
| Octal | 100 | 151 | 236 | 73 | 42 | 0 | 46 | 326 | 52 | 54 |
| Binary | 1000000 | 1101001 | 10011110 | 111011 | 100010 | 0 | 100110 | 11010110 | 101010 | 101100 |
Color Harmonies of #40699E
Complementary color
Monochromatic Colors of #40699E
Black with #40699E
Text Example
Text Example
White with #40699E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40699E; }
p { color: rgb(64,105,158); }
H1.HeaderClassName
{
color: #40699E;
}
.AnyTagClassName
{
color: #40699E;
}
</style>
background-color css
<style>
a { background-color: #40699E; }
a { background-color: rgb(64,105,158); }
div.DivClassName
{
background-color: #40699E;
}
.BgClassName
{
background-color: #40699E;
}
</style>
border-color css
<style>
span { border-color: #40699E; }
span { border-color: rgb(64,105,158); }
td.TdClassName
{
border-color: #40699E;
}
.TagClassName
{
border-color: #40699E;
}
</style>