Shades of Mariner #40649E
Tints of Mariner #40649E
RGB
CMYK
RGB Variations
Color information
#40649E (or 0x40649E) is known color: Mariner. HEX triplet: 40, 64 and 9E. RGB value is (64,100,158). Sum of RGB (Red+Green+Blue) = 64+100+158=322 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.88% from 322); Green value is 100 (39.45% from 255 or 31.06% from 322); Blue value is 158 (62.11% from 255 or 49.07% from 322); Max value from RGB is 158 - color contains mainly: blue. Hex color #40649E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40649E is #BF9B61. Grayscale: #5F5F5F. Windows color (decimal): -12557154 or 10380352. OLE color: 10380352.
HSL color Cylindrical-coordinate representation of color #40649E: hue angle of 217.02º 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 #40649E is Cyan = 0.59, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 64 | 100 | 158 | - |
| CMYK | 0.59 | 0.37 | 0 | 0.38 |
| HSL | 217.02º | 0.42% | 0.44% | - |
| HSV(B) | 217.02º | 0.59% | 0.62% | - |
| XYZ | 12.84 | 12.67 | 34.12 | - |
| YUV | 95.85 | 163.07 | 105.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 100 | 158 | 0.59 | 0.37 | 0 | 0.38 | 217.02 | 0.42 | 0.44 |
| Hex | 40 | 64 | 9E | 3B | 25 | 0 | 26 | D9 | 2A | 2C |
| Octal | 100 | 144 | 236 | 73 | 45 | 0 | 46 | 331 | 52 | 54 |
| Binary | 1000000 | 1100100 | 10011110 | 111011 | 100101 | 0 | 100110 | 11011001 | 101010 | 101100 |
Color Harmonies of #40649E
Complementary color
Monochromatic Colors of #40649E
Black with #40649E
Text Example
Text Example
White with #40649E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40649E; }
p { color: rgb(64,100,158); }
H1.HeaderClassName
{
color: #40649E;
}
.AnyTagClassName
{
color: #40649E;
}
</style>
background-color css
<style>
a { background-color: #40649E; }
a { background-color: rgb(64,100,158); }
div.DivClassName
{
background-color: #40649E;
}
.BgClassName
{
background-color: #40649E;
}
</style>
border-color css
<style>
span { border-color: #40649E; }
span { border-color: rgb(64,100,158); }
td.TdClassName
{
border-color: #40649E;
}
.TagClassName
{
border-color: #40649E;
}
</style>