Shades of Mariner #42628F
Tints of Mariner #42628F
RGB
CMYK
RGB Variations
Color information
#42628F (or 0x42628F) is known color: Mariner. HEX triplet: 42, 62 and 8F. RGB value is (66,98,143). Sum of RGB (Red+Green+Blue) = 66+98+143=307 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.50% from 307); Green value is 98 (38.67% from 255 or 31.92% from 307); Blue value is 143 (56.25% from 255 or 46.58% from 307); Max value from RGB is 143 - color contains mainly: blue. Hex color #42628F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42628F is #BD9D70. Grayscale: #5D5D5D. Windows color (decimal): -12426609 or 9396802. OLE color: 9396802.
HSL color Cylindrical-coordinate representation of color #42628F: hue angle of 215.06º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #42628F is Cyan = 0.54, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 66 | 98 | 143 | - |
| CMYK | 0.54 | 0.31 | 0 | 0.44 |
| HSL | 215.06º | 0.37% | 0.41% | - |
| HSV(B) | 215.06º | 0.54% | 0.56% | - |
| XYZ | 11.57 | 11.88 | 27.67 | - |
| YUV | 93.56 | 155.9 | 108.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 98 | 143 | 0.54 | 0.31 | 0 | 0.44 | 215.06 | 0.37 | 0.41 |
| Hex | 42 | 62 | 8F | 36 | 1F | 0 | 2C | D7 | 25 | 29 |
| Octal | 102 | 142 | 217 | 66 | 37 | 0 | 54 | 327 | 45 | 51 |
| Binary | 1000010 | 1100010 | 10001111 | 110110 | 11111 | 0 | 101100 | 11010111 | 100101 | 101001 |
Color Harmonies of #42628F
Complementary color
Monochromatic Colors of #42628F
Black with #42628F
Text Example
Text Example
White with #42628F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42628F; }
p { color: rgb(66,98,143); }
H1.HeaderClassName
{
color: #42628F;
}
.AnyTagClassName
{
color: #42628F;
}
</style>
background-color css
<style>
a { background-color: #42628F; }
a { background-color: rgb(66,98,143); }
div.DivClassName
{
background-color: #42628F;
}
.BgClassName
{
background-color: #42628F;
}
</style>
border-color css
<style>
span { border-color: #42628F; }
span { border-color: rgb(66,98,143); }
td.TdClassName
{
border-color: #42628F;
}
.TagClassName
{
border-color: #42628F;
}
</style>