Shades of Mariner #4C5E9D
Tints of Mariner #4C5E9D
RGB
CMYK
RGB Variations
Color information
#4C5E9D (or 0x4C5E9D) is known color: Mariner. HEX triplet: 4C, 5E and 9D. RGB value is (76,94,157). Sum of RGB (Red+Green+Blue) = 76+94+157=327 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.24% from 327); Green value is 94 (37.11% from 255 or 28.75% from 327); Blue value is 157 (61.72% from 255 or 48.01% from 327); Max value from RGB is 157 - color contains mainly: blue. Hex color #4C5E9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C5E9D is #B3A162. Grayscale: #5F5F5F. Windows color (decimal): -11772259 or 10313292. OLE color: 10313292.
HSL color Cylindrical-coordinate representation of color #4C5E9D: hue angle of 226.67º 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 #4C5E9D is Cyan = 0.52, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 76 | 94 | 157 | - |
| CMYK | 0.52 | 0.40 | 0 | 0.38 |
| HSL | 226.67º | 0.35% | 0.46% | - |
| HSV(B) | 226.67º | 0.52% | 0.62% | - |
| XYZ | 13.07 | 11.98 | 33.52 | - |
| YUV | 95.8 | 162.54 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 94 | 157 | 0.52 | 0.40 | 0 | 0.38 | 226.67 | 0.35 | 0.46 |
| Hex | 4C | 5E | 9D | 34 | 28 | 0 | 26 | E3 | 23 | 2E |
| Octal | 114 | 136 | 235 | 64 | 50 | 0 | 46 | 343 | 43 | 56 |
| Binary | 1001100 | 1011110 | 10011101 | 110100 | 101000 | 0 | 100110 | 11100011 | 100011 | 101110 |
Color Harmonies of #4C5E9D
Complementary color
Monochromatic Colors of #4C5E9D
Black with #4C5E9D
Text Example
Text Example
White with #4C5E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5E9D; }
p { color: rgb(76,94,157); }
H1.HeaderClassName
{
color: #4C5E9D;
}
.AnyTagClassName
{
color: #4C5E9D;
}
</style>
background-color css
<style>
a { background-color: #4C5E9D; }
a { background-color: rgb(76,94,157); }
div.DivClassName
{
background-color: #4C5E9D;
}
.BgClassName
{
background-color: #4C5E9D;
}
</style>
border-color css
<style>
span { border-color: #4C5E9D; }
span { border-color: rgb(76,94,157); }
td.TdClassName
{
border-color: #4C5E9D;
}
.TagClassName
{
border-color: #4C5E9D;
}
</style>