Shades of Mariner #40679D
Tints of Mariner #40679D
RGB
CMYK
RGB Variations
Color information
#40679D (or 0x40679D) is known color: Mariner. HEX triplet: 40, 67 and 9D. RGB value is (64,103,157). Sum of RGB (Red+Green+Blue) = 64+103+157=324 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.75% from 324); Green value is 103 (40.62% from 255 or 31.79% from 324); Blue value is 157 (61.72% from 255 or 48.46% from 324); Max value from RGB is 157 - color contains mainly: blue. Hex color #40679D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40679D is #BF9862. Grayscale: #616161. Windows color (decimal): -12556387 or 10315584. OLE color: 10315584.
HSL color Cylindrical-coordinate representation of color #40679D: hue angle of 214.84º 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 #40679D is Cyan = 0.59, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 64 | 103 | 157 | - |
| CMYK | 0.59 | 0.34 | 0 | 0.38 |
| HSL | 214.84º | 0.42% | 0.43% | - |
| HSV(B) | 214.84º | 0.59% | 0.62% | - |
| XYZ | 13.05 | 13.22 | 33.76 | - |
| YUV | 97.5 | 161.58 | 104.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 103 | 157 | 0.59 | 0.34 | 0 | 0.38 | 214.84 | 0.42 | 0.43 |
| Hex | 40 | 67 | 9D | 3B | 22 | 0 | 26 | D7 | 2A | 2B |
| Octal | 100 | 147 | 235 | 73 | 42 | 0 | 46 | 327 | 52 | 53 |
| Binary | 1000000 | 1100111 | 10011101 | 111011 | 100010 | 0 | 100110 | 11010111 | 101010 | 101011 |
Color Harmonies of #40679D
Complementary color
Monochromatic Colors of #40679D
Black with #40679D
Text Example
Text Example
White with #40679D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40679D; }
p { color: rgb(64,103,157); }
H1.HeaderClassName
{
color: #40679D;
}
.AnyTagClassName
{
color: #40679D;
}
</style>
background-color css
<style>
a { background-color: #40679D; }
a { background-color: rgb(64,103,157); }
div.DivClassName
{
background-color: #40679D;
}
.BgClassName
{
background-color: #40679D;
}
</style>
border-color css
<style>
span { border-color: #40679D; }
span { border-color: rgb(64,103,157); }
td.TdClassName
{
border-color: #40679D;
}
.TagClassName
{
border-color: #40679D;
}
</style>