Shades of Mariner #4C5FA0
Tints of Mariner #4C5FA0
RGB
CMYK
RGB Variations
Color information
#4C5FA0 (or 0x4C5FA0) is known color: Mariner. HEX triplet: 4C, 5F and A0. RGB value is (76,95,160). Sum of RGB (Red+Green+Blue) = 76+95+160=331 (43% of max value = 765). Red value is 76 (30.08% from 255 or 22.96% from 331); Green value is 95 (37.5% from 255 or 28.70% from 331); Blue value is 160 (62.89% from 255 or 48.34% from 331); Max value from RGB is 160 - color contains mainly: blue. Hex color #4C5FA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C5FA0 is #B3A05F. Grayscale: #606060. Windows color (decimal): -11772000 or 10510156. OLE color: 10510156.
HSL color Cylindrical-coordinate representation of color #4C5FA0: hue angle of 226.43º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4C5FA0 is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 76 | 95 | 160 | - |
| CMYK | 0.52 | 0.41 | 0 | 0.37 |
| HSL | 226.43º | 0.36% | 0.46% | - |
| HSV(B) | 226.43º | 0.53% | 0.63% | - |
| XYZ | 13.42 | 12.26 | 34.92 | - |
| YUV | 96.73 | 163.71 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 95 | 160 | 0.52 | 0.41 | 0 | 0.37 | 226.43 | 0.36 | 0.46 |
| Hex | 4C | 5F | A0 | 34 | 29 | 0 | 25 | E2 | 24 | 2E |
| Octal | 114 | 137 | 240 | 64 | 51 | 0 | 45 | 342 | 44 | 56 |
| Binary | 1001100 | 1011111 | 10100000 | 110100 | 101001 | 0 | 100101 | 11100010 | 100100 | 101110 |
Color Harmonies of #4C5FA0
Complementary color
Monochromatic Colors of #4C5FA0
Black with #4C5FA0
Text Example
Text Example
White with #4C5FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5FA0; }
p { color: rgb(76,95,160); }
H1.HeaderClassName
{
color: #4C5FA0;
}
.AnyTagClassName
{
color: #4C5FA0;
}
</style>
background-color css
<style>
a { background-color: #4C5FA0; }
a { background-color: rgb(76,95,160); }
div.DivClassName
{
background-color: #4C5FA0;
}
.BgClassName
{
background-color: #4C5FA0;
}
</style>
border-color css
<style>
span { border-color: #4C5FA0; }
span { border-color: rgb(76,95,160); }
td.TdClassName
{
border-color: #4C5FA0;
}
.TagClassName
{
border-color: #4C5FA0;
}
</style>