Shades of Mariner #42569C
Tints of Mariner #42569C
RGB
CMYK
RGB Variations
Color information
#42569C (or 0x42569C) is known color: Mariner. HEX triplet: 42, 56 and 9C. RGB value is (66,86,156). Sum of RGB (Red+Green+Blue) = 66+86+156=308 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.43% from 308); Green value is 86 (33.98% from 255 or 27.92% from 308); Blue value is 156 (61.33% from 255 or 50.65% from 308); Max value from RGB is 156 - color contains mainly: blue. Hex color #42569C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42569C is #BDA963. Grayscale: #575757. Windows color (decimal): -12429668 or 10245698. OLE color: 10245698.
HSL color Cylindrical-coordinate representation of color #42569C: hue angle of 226.67º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #42569C is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 66 | 86 | 156 | - |
| CMYK | 0.58 | 0.45 | 0 | 0.39 |
| HSL | 226.67º | 0.41% | 0.44% | - |
| HSV(B) | 226.67º | 0.58% | 0.61% | - |
| XYZ | 11.58 | 10.21 | 32.81 | - |
| YUV | 88 | 166.37 | 112.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 86 | 156 | 0.58 | 0.45 | 0 | 0.39 | 226.67 | 0.41 | 0.44 |
| Hex | 42 | 56 | 9C | 3A | 2D | 0 | 27 | E3 | 29 | 2C |
| Octal | 102 | 126 | 234 | 72 | 55 | 0 | 47 | 343 | 51 | 54 |
| Binary | 1000010 | 1010110 | 10011100 | 111010 | 101101 | 0 | 100111 | 11100011 | 101001 | 101100 |
Color Harmonies of #42569C
Complementary color
Monochromatic Colors of #42569C
Black with #42569C
Text Example
Text Example
White with #42569C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42569C; }
p { color: rgb(66,86,156); }
H1.HeaderClassName
{
color: #42569C;
}
.AnyTagClassName
{
color: #42569C;
}
</style>
background-color css
<style>
a { background-color: #42569C; }
a { background-color: rgb(66,86,156); }
div.DivClassName
{
background-color: #42569C;
}
.BgClassName
{
background-color: #42569C;
}
</style>
border-color css
<style>
span { border-color: #42569C; }
span { border-color: rgb(66,86,156); }
td.TdClassName
{
border-color: #42569C;
}
.TagClassName
{
border-color: #42569C;
}
</style>