Shades of Mariner #40679A
Tints of Mariner #40679A
RGB
CMYK
RGB Variations
Color information
#40679A (or 0x40679A) is known color: Mariner. HEX triplet: 40, 67 and 9A. RGB value is (64,103,154). Sum of RGB (Red+Green+Blue) = 64+103+154=321 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.94% from 321); Green value is 103 (40.62% from 255 or 32.09% from 321); Blue value is 154 (60.55% from 255 or 47.98% from 321); Max value from RGB is 154 - color contains mainly: blue. Hex color #40679A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40679A is #BF9865. Grayscale: #606060. Windows color (decimal): -12556390 or 10118976. OLE color: 10118976.
HSL color Cylindrical-coordinate representation of color #40679A: hue angle of 214º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #40679A is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 64 | 103 | 154 | - |
| CMYK | 0.58 | 0.33 | 0 | 0.40 |
| HSL | 214º | 0.41% | 0.43% | - |
| HSV(B) | 214º | 0.58% | 0.6% | - |
| XYZ | 12.8 | 13.12 | 32.43 | - |
| YUV | 97.15 | 160.08 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 103 | 154 | 0.58 | 0.33 | 0 | 0.40 | 214 | 0.41 | 0.43 |
| Hex | 40 | 67 | 9A | 3A | 21 | 0 | 28 | D6 | 29 | 2B |
| Octal | 100 | 147 | 232 | 72 | 41 | 0 | 50 | 326 | 51 | 53 |
| Binary | 1000000 | 1100111 | 10011010 | 111010 | 100001 | 0 | 101000 | 11010110 | 101001 | 101011 |
Color Harmonies of #40679A
Complementary color
Monochromatic Colors of #40679A
Black with #40679A
Text Example
Text Example
White with #40679A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40679A; }
p { color: rgb(64,103,154); }
H1.HeaderClassName
{
color: #40679A;
}
.AnyTagClassName
{
color: #40679A;
}
</style>
background-color css
<style>
a { background-color: #40679A; }
a { background-color: rgb(64,103,154); }
div.DivClassName
{
background-color: #40679A;
}
.BgClassName
{
background-color: #40679A;
}
</style>
border-color css
<style>
span { border-color: #40679A; }
span { border-color: rgb(64,103,154); }
td.TdClassName
{
border-color: #40679A;
}
.TagClassName
{
border-color: #40679A;
}
</style>