Shades of Mariner #42649F
Tints of Mariner #42649F
RGB
CMYK
RGB Variations
Color information
#42649F (or 0x42649F) is known color: Mariner. HEX triplet: 42, 64 and 9F. RGB value is (66,100,159). Sum of RGB (Red+Green+Blue) = 66+100+159=325 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.31% from 325); Green value is 100 (39.45% from 255 or 30.77% from 325); Blue value is 159 (62.5% from 255 or 48.92% from 325); Max value from RGB is 159 - color contains mainly: blue. Hex color #42649F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42649F is #BD9B60. Grayscale: #606060. Windows color (decimal): -12426081 or 10445890. OLE color: 10445890.
HSL color Cylindrical-coordinate representation of color #42649F: hue angle of 218.06º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #42649F is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 66 | 100 | 159 | - |
| CMYK | 0.58 | 0.37 | 0 | 0.38 |
| HSL | 218.06º | 0.41% | 0.44% | - |
| HSV(B) | 218.06º | 0.58% | 0.62% | - |
| XYZ | 13.06 | 12.78 | 34.58 | - |
| YUV | 96.56 | 163.24 | 106.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 100 | 159 | 0.58 | 0.37 | 0 | 0.38 | 218.06 | 0.41 | 0.44 |
| Hex | 42 | 64 | 9F | 3A | 25 | 0 | 26 | DA | 29 | 2C |
| Octal | 102 | 144 | 237 | 72 | 45 | 0 | 46 | 332 | 51 | 54 |
| Binary | 1000010 | 1100100 | 10011111 | 111010 | 100101 | 0 | 100110 | 11011010 | 101001 | 101100 |
Color Harmonies of #42649F
Complementary color
Monochromatic Colors of #42649F
Black with #42649F
Text Example
Text Example
White with #42649F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42649F; }
p { color: rgb(66,100,159); }
H1.HeaderClassName
{
color: #42649F;
}
.AnyTagClassName
{
color: #42649F;
}
</style>
background-color css
<style>
a { background-color: #42649F; }
a { background-color: rgb(66,100,159); }
div.DivClassName
{
background-color: #42649F;
}
.BgClassName
{
background-color: #42649F;
}
</style>
border-color css
<style>
span { border-color: #42649F; }
span { border-color: rgb(66,100,159); }
td.TdClassName
{
border-color: #42649F;
}
.TagClassName
{
border-color: #42649F;
}
</style>