Shades of Mariner #40609A
Tints of Mariner #40609A
RGB
CMYK
RGB Variations
Color information
#40609A (or 0x40609A) is known color: Mariner. HEX triplet: 40, 60 and 9A. RGB value is (64,96,154). Sum of RGB (Red+Green+Blue) = 64+96+154=314 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.38% from 314); Green value is 96 (37.89% from 255 or 30.57% from 314); Blue value is 154 (60.55% from 255 or 49.04% from 314); Max value from RGB is 154 - color contains mainly: blue. Hex color #40609A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40609A is #BF9F65. Grayscale: #5C5C5C. Windows color (decimal): -12558182 or 10117184. OLE color: 10117184.
HSL color Cylindrical-coordinate representation of color #40609A: hue angle of 218.67º 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 #40609A is Cyan = 0.58, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 64 | 96 | 154 | - |
| CMYK | 0.58 | 0.38 | 0 | 0.40 |
| HSL | 218.67º | 0.41% | 0.43% | - |
| HSV(B) | 218.67º | 0.58% | 0.6% | - |
| XYZ | 12.13 | 11.79 | 32.21 | - |
| YUV | 93.04 | 162.4 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 96 | 154 | 0.58 | 0.38 | 0 | 0.40 | 218.67 | 0.41 | 0.43 |
| Hex | 40 | 60 | 9A | 3A | 26 | 0 | 28 | DB | 29 | 2B |
| Octal | 100 | 140 | 232 | 72 | 46 | 0 | 50 | 333 | 51 | 53 |
| Binary | 1000000 | 1100000 | 10011010 | 111010 | 100110 | 0 | 101000 | 11011011 | 101001 | 101011 |
Color Harmonies of #40609A
Complementary color
Monochromatic Colors of #40609A
Black with #40609A
Text Example
Text Example
White with #40609A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40609A; }
p { color: rgb(64,96,154); }
H1.HeaderClassName
{
color: #40609A;
}
.AnyTagClassName
{
color: #40609A;
}
</style>
background-color css
<style>
a { background-color: #40609A; }
a { background-color: rgb(64,96,154); }
div.DivClassName
{
background-color: #40609A;
}
.BgClassName
{
background-color: #40609A;
}
</style>
border-color css
<style>
span { border-color: #40609A; }
span { border-color: rgb(64,96,154); }
td.TdClassName
{
border-color: #40609A;
}
.TagClassName
{
border-color: #40609A;
}
</style>