Shades of Mariner #40618F
Tints of Mariner #40618F
RGB
CMYK
RGB Variations
Color information
#40618F (or 0x40618F) is known color: Mariner. HEX triplet: 40, 61 and 8F. RGB value is (64,97,143). Sum of RGB (Red+Green+Blue) = 64+97+143=304 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.05% from 304); Green value is 97 (38.28% from 255 or 31.91% from 304); Blue value is 143 (56.25% from 255 or 47.04% from 304); Max value from RGB is 143 - color contains mainly: blue. Hex color #40618F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40618F is #BF9E70. Grayscale: #5C5C5C. Windows color (decimal): -12557937 or 9396544. OLE color: 9396544.
HSL color Cylindrical-coordinate representation of color #40618F: hue angle of 214.94º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #40618F is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 64 | 97 | 143 | - |
| CMYK | 0.55 | 0.32 | 0 | 0.44 |
| HSL | 214.94º | 0.38% | 0.41% | - |
| HSV(B) | 214.94º | 0.55% | 0.56% | - |
| XYZ | 11.35 | 11.62 | 27.63 | - |
| YUV | 92.38 | 156.57 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 97 | 143 | 0.55 | 0.32 | 0 | 0.44 | 214.94 | 0.38 | 0.41 |
| Hex | 40 | 61 | 8F | 37 | 20 | 0 | 2C | D7 | 26 | 29 |
| Octal | 100 | 141 | 217 | 67 | 40 | 0 | 54 | 327 | 46 | 51 |
| Binary | 1000000 | 1100001 | 10001111 | 110111 | 100000 | 0 | 101100 | 11010111 | 100110 | 101001 |
Color Harmonies of #40618F
Complementary color
Monochromatic Colors of #40618F
Black with #40618F
Text Example
Text Example
White with #40618F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40618F; }
p { color: rgb(64,97,143); }
H1.HeaderClassName
{
color: #40618F;
}
.AnyTagClassName
{
color: #40618F;
}
</style>
background-color css
<style>
a { background-color: #40618F; }
a { background-color: rgb(64,97,143); }
div.DivClassName
{
background-color: #40618F;
}
.BgClassName
{
background-color: #40618F;
}
</style>
border-color css
<style>
span { border-color: #40618F; }
span { border-color: rgb(64,97,143); }
td.TdClassName
{
border-color: #40618F;
}
.TagClassName
{
border-color: #40618F;
}
</style>