Shades of Mariner #40579A
Tints of Mariner #40579A
RGB
CMYK
RGB Variations
Color information
#40579A (or 0x40579A) is known color: Mariner. HEX triplet: 40, 57 and 9A. RGB value is (64,87,154). Sum of RGB (Red+Green+Blue) = 64+87+154=305 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.98% from 305); Green value is 87 (34.38% from 255 or 28.52% from 305); Blue value is 154 (60.55% from 255 or 50.49% from 305); Max value from RGB is 154 - color contains mainly: blue. Hex color #40579A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40579A is #BFA865. Grayscale: #575757. Windows color (decimal): -12560486 or 10114880. OLE color: 10114880.
HSL color Cylindrical-coordinate representation of color #40579A: hue angle of 224.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 #40579A is Cyan = 0.58, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 64 | 87 | 154 | - |
| CMYK | 0.58 | 0.44 | 0 | 0.40 |
| HSL | 224.67º | 0.41% | 0.43% | - |
| HSV(B) | 224.67º | 0.58% | 0.6% | - |
| XYZ | 11.36 | 10.24 | 31.95 | - |
| YUV | 87.76 | 165.38 | 111.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 87 | 154 | 0.58 | 0.44 | 0 | 0.40 | 224.67 | 0.41 | 0.43 |
| Hex | 40 | 57 | 9A | 3A | 2C | 0 | 28 | E1 | 29 | 2B |
| Octal | 100 | 127 | 232 | 72 | 54 | 0 | 50 | 341 | 51 | 53 |
| Binary | 1000000 | 1010111 | 10011010 | 111010 | 101100 | 0 | 101000 | 11100001 | 101001 | 101011 |
Color Harmonies of #40579A
Complementary color
Monochromatic Colors of #40579A
Black with #40579A
Text Example
Text Example
White with #40579A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40579A; }
p { color: rgb(64,87,154); }
H1.HeaderClassName
{
color: #40579A;
}
.AnyTagClassName
{
color: #40579A;
}
</style>
background-color css
<style>
a { background-color: #40579A; }
a { background-color: rgb(64,87,154); }
div.DivClassName
{
background-color: #40579A;
}
.BgClassName
{
background-color: #40579A;
}
</style>
border-color css
<style>
span { border-color: #40579A; }
span { border-color: rgb(64,87,154); }
td.TdClassName
{
border-color: #40579A;
}
.TagClassName
{
border-color: #40579A;
}
</style>