Shades of Mariner #42699A
Tints of Mariner #42699A
RGB
CMYK
RGB Variations
Color information
#42699A (or 0x42699A) is known color: Mariner. HEX triplet: 42, 69 and 9A. RGB value is (66,105,154). Sum of RGB (Red+Green+Blue) = 66+105+154=325 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.31% from 325); Green value is 105 (41.41% from 255 or 32.31% from 325); Blue value is 154 (60.55% from 255 or 47.38% from 325); Max value from RGB is 154 - color contains mainly: blue. Hex color #42699A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42699A is #BD9665. Grayscale: #626262. Windows color (decimal): -12424806 or 10119490. OLE color: 10119490.
HSL color Cylindrical-coordinate representation of color #42699A: hue angle of 213.41º 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 #42699A is Cyan = 0.57, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 66 | 105 | 154 | - |
| CMYK | 0.57 | 0.32 | 0 | 0.40 |
| HSL | 213.41º | 0.4% | 0.43% | - |
| HSV(B) | 213.41º | 0.57% | 0.6% | - |
| XYZ | 13.13 | 13.59 | 32.5 | - |
| YUV | 98.93 | 159.08 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 105 | 154 | 0.57 | 0.32 | 0 | 0.40 | 213.41 | 0.4 | 0.43 |
| Hex | 42 | 69 | 9A | 39 | 20 | 0 | 28 | D5 | 28 | 2B |
| Octal | 102 | 151 | 232 | 71 | 40 | 0 | 50 | 325 | 50 | 53 |
| Binary | 1000010 | 1101001 | 10011010 | 111001 | 100000 | 0 | 101000 | 11010101 | 101000 | 101011 |
Color Harmonies of #42699A
Complementary color
Monochromatic Colors of #42699A
Black with #42699A
Text Example
Text Example
White with #42699A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42699A; }
p { color: rgb(66,105,154); }
H1.HeaderClassName
{
color: #42699A;
}
.AnyTagClassName
{
color: #42699A;
}
</style>
background-color css
<style>
a { background-color: #42699A; }
a { background-color: rgb(66,105,154); }
div.DivClassName
{
background-color: #42699A;
}
.BgClassName
{
background-color: #42699A;
}
</style>
border-color css
<style>
span { border-color: #42699A; }
span { border-color: rgb(66,105,154); }
td.TdClassName
{
border-color: #42699A;
}
.TagClassName
{
border-color: #42699A;
}
</style>