Shades of Mariner #40649D
Tints of Mariner #40649D
RGB
CMYK
RGB Variations
Color information
#40649D (or 0x40649D) is known color: Mariner. HEX triplet: 40, 64 and 9D. RGB value is (64,100,157). Sum of RGB (Red+Green+Blue) = 64+100+157=321 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.94% from 321); Green value is 100 (39.45% from 255 or 31.15% from 321); Blue value is 157 (61.72% from 255 or 48.91% from 321); Max value from RGB is 157 - color contains mainly: blue. Hex color #40649D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40649D is #BF9B62. Grayscale: #5F5F5F. Windows color (decimal): -12557155 or 10314816. OLE color: 10314816.
HSL color Cylindrical-coordinate representation of color #40649D: hue angle of 216.77º 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 #40649D is Cyan = 0.59, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 64 | 100 | 157 | - |
| CMYK | 0.59 | 0.36 | 0 | 0.38 |
| HSL | 216.77º | 0.42% | 0.43% | - |
| HSV(B) | 216.77º | 0.59% | 0.62% | - |
| XYZ | 12.76 | 12.64 | 33.67 | - |
| YUV | 95.73 | 162.57 | 105.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 100 | 157 | 0.59 | 0.36 | 0 | 0.38 | 216.77 | 0.42 | 0.43 |
| Hex | 40 | 64 | 9D | 3B | 24 | 0 | 26 | D9 | 2A | 2B |
| Octal | 100 | 144 | 235 | 73 | 44 | 0 | 46 | 331 | 52 | 53 |
| Binary | 1000000 | 1100100 | 10011101 | 111011 | 100100 | 0 | 100110 | 11011001 | 101010 | 101011 |
Color Harmonies of #40649D
Complementary color
Monochromatic Colors of #40649D
Black with #40649D
Text Example
Text Example
White with #40649D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40649D; }
p { color: rgb(64,100,157); }
H1.HeaderClassName
{
color: #40649D;
}
.AnyTagClassName
{
color: #40649D;
}
</style>
background-color css
<style>
a { background-color: #40649D; }
a { background-color: rgb(64,100,157); }
div.DivClassName
{
background-color: #40649D;
}
.BgClassName
{
background-color: #40649D;
}
</style>
border-color css
<style>
span { border-color: #40649D; }
span { border-color: rgb(64,100,157); }
td.TdClassName
{
border-color: #40649D;
}
.TagClassName
{
border-color: #40649D;
}
</style>