Shades of Mariner #40699D
Tints of Mariner #40699D
RGB
CMYK
RGB Variations
Color information
#40699D (or 0x40699D) is known color: Mariner. HEX triplet: 40, 69 and 9D. RGB value is (64,105,157). Sum of RGB (Red+Green+Blue) = 64+105+157=326 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.63% from 326); Green value is 105 (41.41% from 255 or 32.21% from 326); Blue value is 157 (61.72% from 255 or 48.16% from 326); Max value from RGB is 157 - color contains mainly: blue. Hex color #40699D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40699D is #BF9662. Grayscale: #626262. Windows color (decimal): -12555875 or 10316096. OLE color: 10316096.
HSL color Cylindrical-coordinate representation of color #40699D: hue angle of 213.55º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #40699D is Cyan = 0.59, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 64 | 105 | 157 | - |
| CMYK | 0.59 | 0.33 | 0 | 0.38 |
| HSL | 213.55º | 0.42% | 0.43% | - |
| HSV(B) | 213.55º | 0.59% | 0.62% | - |
| XYZ | 13.25 | 13.63 | 33.83 | - |
| YUV | 98.67 | 160.92 | 103.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 105 | 157 | 0.59 | 0.33 | 0 | 0.38 | 213.55 | 0.42 | 0.43 |
| Hex | 40 | 69 | 9D | 3B | 21 | 0 | 26 | D6 | 2A | 2B |
| Octal | 100 | 151 | 235 | 73 | 41 | 0 | 46 | 326 | 52 | 53 |
| Binary | 1000000 | 1101001 | 10011101 | 111011 | 100001 | 0 | 100110 | 11010110 | 101010 | 101011 |
Color Harmonies of #40699D
Complementary color
Monochromatic Colors of #40699D
Black with #40699D
Text Example
Text Example
White with #40699D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40699D; }
p { color: rgb(64,105,157); }
H1.HeaderClassName
{
color: #40699D;
}
.AnyTagClassName
{
color: #40699D;
}
</style>
background-color css
<style>
a { background-color: #40699D; }
a { background-color: rgb(64,105,157); }
div.DivClassName
{
background-color: #40699D;
}
.BgClassName
{
background-color: #40699D;
}
</style>
border-color css
<style>
span { border-color: #40699D; }
span { border-color: rgb(64,105,157); }
td.TdClassName
{
border-color: #40699D;
}
.TagClassName
{
border-color: #40699D;
}
</style>