Shades of Mariner #42579A
Tints of Mariner #42579A
RGB
CMYK
RGB Variations
Color information
#42579A (or 0x42579A) is known color: Mariner. HEX triplet: 42, 57 and 9A. RGB value is (66,87,154). Sum of RGB (Red+Green+Blue) = 66+87+154=307 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.50% from 307); Green value is 87 (34.38% from 255 or 28.34% from 307); Blue value is 154 (60.55% from 255 or 50.16% from 307); Max value from RGB is 154 - color contains mainly: blue. Hex color #42579A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42579A is #BDA865. Grayscale: #585858. Windows color (decimal): -12429414 or 10114882. OLE color: 10114882.
HSL color Cylindrical-coordinate representation of color #42579A: hue angle of 225.68º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #42579A is Cyan = 0.57, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 66 | 87 | 154 | - |
| CMYK | 0.57 | 0.44 | 0 | 0.40 |
| HSL | 225.68º | 0.4% | 0.43% | - |
| HSV(B) | 225.68º | 0.57% | 0.6% | - |
| XYZ | 11.49 | 10.31 | 31.96 | - |
| YUV | 88.36 | 165.04 | 112.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 87 | 154 | 0.57 | 0.44 | 0 | 0.40 | 225.68 | 0.4 | 0.43 |
| Hex | 42 | 57 | 9A | 39 | 2C | 0 | 28 | E2 | 28 | 2B |
| Octal | 102 | 127 | 232 | 71 | 54 | 0 | 50 | 342 | 50 | 53 |
| Binary | 1000010 | 1010111 | 10011010 | 111001 | 101100 | 0 | 101000 | 11100010 | 101000 | 101011 |
Color Harmonies of #42579A
Complementary color
Monochromatic Colors of #42579A
Black with #42579A
Text Example
Text Example
White with #42579A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42579A; }
p { color: rgb(66,87,154); }
H1.HeaderClassName
{
color: #42579A;
}
.AnyTagClassName
{
color: #42579A;
}
</style>
background-color css
<style>
a { background-color: #42579A; }
a { background-color: rgb(66,87,154); }
div.DivClassName
{
background-color: #42579A;
}
.BgClassName
{
background-color: #42579A;
}
</style>
border-color css
<style>
span { border-color: #42579A; }
span { border-color: rgb(66,87,154); }
td.TdClassName
{
border-color: #42579A;
}
.TagClassName
{
border-color: #42579A;
}
</style>