Shades of Mariner #4C5E9E
Tints of Mariner #4C5E9E
RGB
CMYK
RGB Variations
Color information
#4C5E9E (or 0x4C5E9E) is known color: Mariner. HEX triplet: 4C, 5E and 9E. RGB value is (76,94,158). Sum of RGB (Red+Green+Blue) = 76+94+158=328 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.17% from 328); Green value is 94 (37.11% from 255 or 28.66% from 328); Blue value is 158 (62.11% from 255 or 48.17% from 328); Max value from RGB is 158 - color contains mainly: blue. Hex color #4C5E9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C5E9E is #B3A161. Grayscale: #5F5F5F. Windows color (decimal): -11772258 or 10378828. OLE color: 10378828.
HSL color Cylindrical-coordinate representation of color #4C5E9E: hue angle of 226.83º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4C5E9E is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 76 | 94 | 158 | - |
| CMYK | 0.52 | 0.41 | 0 | 0.38 |
| HSL | 226.83º | 0.35% | 0.46% | - |
| HSV(B) | 226.83º | 0.52% | 0.62% | - |
| XYZ | 13.15 | 12.01 | 33.97 | - |
| YUV | 95.91 | 163.04 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 94 | 158 | 0.52 | 0.41 | 0 | 0.38 | 226.83 | 0.35 | 0.46 |
| Hex | 4C | 5E | 9E | 34 | 29 | 0 | 26 | E3 | 23 | 2E |
| Octal | 114 | 136 | 236 | 64 | 51 | 0 | 46 | 343 | 43 | 56 |
| Binary | 1001100 | 1011110 | 10011110 | 110100 | 101001 | 0 | 100110 | 11100011 | 100011 | 101110 |
Color Harmonies of #4C5E9E
Complementary color
Monochromatic Colors of #4C5E9E
Black with #4C5E9E
Text Example
Text Example
White with #4C5E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5E9E; }
p { color: rgb(76,94,158); }
H1.HeaderClassName
{
color: #4C5E9E;
}
.AnyTagClassName
{
color: #4C5E9E;
}
</style>
background-color css
<style>
a { background-color: #4C5E9E; }
a { background-color: rgb(76,94,158); }
div.DivClassName
{
background-color: #4C5E9E;
}
.BgClassName
{
background-color: #4C5E9E;
}
</style>
border-color css
<style>
span { border-color: #4C5E9E; }
span { border-color: rgb(76,94,158); }
td.TdClassName
{
border-color: #4C5E9E;
}
.TagClassName
{
border-color: #4C5E9E;
}
</style>