Shades of Mariner #4C5FA7
Tints of Mariner #4C5FA7
RGB
CMYK
RGB Variations
Color information
#4C5FA7 (or 0x4C5FA7) is known color: Mariner. HEX triplet: 4C, 5F and A7. RGB value is (76,95,167). Sum of RGB (Red+Green+Blue) = 76+95+167=338 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.49% from 338); Green value is 95 (37.5% from 255 or 28.11% from 338); Blue value is 167 (65.62% from 255 or 49.41% from 338); Max value from RGB is 167 - color contains mainly: blue. Hex color #4C5FA7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C5FA7 is #B3A058. Grayscale: #616161. Windows color (decimal): -11771993 or 10968908. OLE color: 10968908.
HSL color Cylindrical-coordinate representation of color #4C5FA7: hue angle of 227.47º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4C5FA7 is Cyan = 0.54, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 76 | 95 | 167 | - |
| CMYK | 0.54 | 0.43 | 0 | 0.35 |
| HSL | 227.47º | 0.37% | 0.48% | - |
| HSV(B) | 227.47º | 0.54% | 0.65% | - |
| XYZ | 14.05 | 12.51 | 38.23 | - |
| YUV | 97.53 | 167.21 | 112.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 95 | 167 | 0.54 | 0.43 | 0 | 0.35 | 227.47 | 0.37 | 0.48 |
| Hex | 4C | 5F | A7 | 36 | 2B | 0 | 23 | E3 | 25 | 30 |
| Octal | 114 | 137 | 247 | 66 | 53 | 0 | 43 | 343 | 45 | 60 |
| Binary | 1001100 | 1011111 | 10100111 | 110110 | 101011 | 0 | 100011 | 11100011 | 100101 | 110000 |
Color Harmonies of #4C5FA7
Complementary color
Monochromatic Colors of #4C5FA7
Black with #4C5FA7
Text Example
Text Example
White with #4C5FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5FA7; }
p { color: rgb(76,95,167); }
H1.HeaderClassName
{
color: #4C5FA7;
}
.AnyTagClassName
{
color: #4C5FA7;
}
</style>
background-color css
<style>
a { background-color: #4C5FA7; }
a { background-color: rgb(76,95,167); }
div.DivClassName
{
background-color: #4C5FA7;
}
.BgClassName
{
background-color: #4C5FA7;
}
</style>
border-color css
<style>
span { border-color: #4C5FA7; }
span { border-color: rgb(76,95,167); }
td.TdClassName
{
border-color: #4C5FA7;
}
.TagClassName
{
border-color: #4C5FA7;
}
</style>