Shades of Mariner #40628F
Tints of Mariner #40628F
RGB
CMYK
RGB Variations
Color information
#40628F (or 0x40628F) is known color: Mariner. HEX triplet: 40, 62 and 8F. RGB value is (64,98,143). Sum of RGB (Red+Green+Blue) = 64+98+143=305 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.98% from 305); Green value is 98 (38.67% from 255 or 32.13% from 305); Blue value is 143 (56.25% from 255 or 46.89% from 305); Max value from RGB is 143 - color contains mainly: blue. Hex color #40628F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40628F is #BF9D70. Grayscale: #5C5C5C. Windows color (decimal): -12557681 or 9396800. OLE color: 9396800.
HSL color Cylindrical-coordinate representation of color #40628F: hue angle of 214.18º 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 #40628F is Cyan = 0.55, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 64 | 98 | 143 | - |
| CMYK | 0.55 | 0.31 | 0 | 0.44 |
| HSL | 214.18º | 0.38% | 0.41% | - |
| HSV(B) | 214.18º | 0.55% | 0.56% | - |
| XYZ | 11.44 | 11.81 | 27.66 | - |
| YUV | 92.96 | 156.24 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 98 | 143 | 0.55 | 0.31 | 0 | 0.44 | 214.18 | 0.38 | 0.41 |
| Hex | 40 | 62 | 8F | 37 | 1F | 0 | 2C | D6 | 26 | 29 |
| Octal | 100 | 142 | 217 | 67 | 37 | 0 | 54 | 326 | 46 | 51 |
| Binary | 1000000 | 1100010 | 10001111 | 110111 | 11111 | 0 | 101100 | 11010110 | 100110 | 101001 |
Color Harmonies of #40628F
Complementary color
Monochromatic Colors of #40628F
Black with #40628F
Text Example
Text Example
White with #40628F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40628F; }
p { color: rgb(64,98,143); }
H1.HeaderClassName
{
color: #40628F;
}
.AnyTagClassName
{
color: #40628F;
}
</style>
background-color css
<style>
a { background-color: #40628F; }
a { background-color: rgb(64,98,143); }
div.DivClassName
{
background-color: #40628F;
}
.BgClassName
{
background-color: #40628F;
}
</style>
border-color css
<style>
span { border-color: #40628F; }
span { border-color: rgb(64,98,143); }
td.TdClassName
{
border-color: #40628F;
}
.TagClassName
{
border-color: #40628F;
}
</style>