Shades of Mariner #42689A
Tints of Mariner #42689A
RGB
CMYK
RGB Variations
Color information
#42689A (or 0x42689A) is known color: Mariner. HEX triplet: 42, 68 and 9A. RGB value is (66,104,154). Sum of RGB (Red+Green+Blue) = 66+104+154=324 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.37% from 324); Green value is 104 (41.02% from 255 or 32.10% from 324); Blue value is 154 (60.55% from 255 or 47.53% from 324); Max value from RGB is 154 - color contains mainly: blue. Hex color #42689A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42689A is #BD9765. Grayscale: #626262. Windows color (decimal): -12425062 or 10119234. OLE color: 10119234.
HSL color Cylindrical-coordinate representation of color #42689A: hue angle of 214.09º 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 #42689A is Cyan = 0.57, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 66 | 104 | 154 | - |
| CMYK | 0.57 | 0.32 | 0 | 0.40 |
| HSL | 214.09º | 0.4% | 0.43% | - |
| HSV(B) | 214.09º | 0.57% | 0.6% | - |
| XYZ | 13.03 | 13.39 | 32.47 | - |
| YUV | 98.34 | 159.41 | 104.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 104 | 154 | 0.57 | 0.32 | 0 | 0.40 | 214.09 | 0.4 | 0.43 |
| Hex | 42 | 68 | 9A | 39 | 20 | 0 | 28 | D6 | 28 | 2B |
| Octal | 102 | 150 | 232 | 71 | 40 | 0 | 50 | 326 | 50 | 53 |
| Binary | 1000010 | 1101000 | 10011010 | 111001 | 100000 | 0 | 101000 | 11010110 | 101000 | 101011 |
Color Harmonies of #42689A
Complementary color
Monochromatic Colors of #42689A
Black with #42689A
Text Example
Text Example
White with #42689A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42689A; }
p { color: rgb(66,104,154); }
H1.HeaderClassName
{
color: #42689A;
}
.AnyTagClassName
{
color: #42689A;
}
</style>
background-color css
<style>
a { background-color: #42689A; }
a { background-color: rgb(66,104,154); }
div.DivClassName
{
background-color: #42689A;
}
.BgClassName
{
background-color: #42689A;
}
</style>
border-color css
<style>
span { border-color: #42689A; }
span { border-color: rgb(66,104,154); }
td.TdClassName
{
border-color: #42689A;
}
.TagClassName
{
border-color: #42689A;
}
</style>