Shades of Mako #4C5E5C
Tints of Mako #4C5E5C
RGB
CMYK
RGB Variations
Color information
#4C5E5C (or 0x4C5E5C) is known color: Mako. HEX triplet: 4C, 5E and 5C. RGB value is (76,94,92). Sum of RGB (Red+Green+Blue) = 76+94+92=262 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.01% from 262); Green value is 94 (37.11% from 255 or 35.88% from 262); Blue value is 92 (36.33% from 255 or 35.11% from 262); Max value from RGB is 94 - color contains mainly: green. Hex color #4C5E5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C5E5C is #B3A1A3. Grayscale: #585858. Windows color (decimal): -11772324 or 6053452. OLE color: 6053452.
HSL color Cylindrical-coordinate representation of color #4C5E5C: hue angle of 173.33º degrees, saturation: 0.11, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4C5E5C is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.63.
Color convert
RGB | 76 | 94 | 92 | - |
CMYK | 0.19 | 0 | 0.02 | 0.63 |
HSL | 173.33º | 0.11% | 0.33% | - |
HSV(B) | 173.33º | 0.19% | 0.37% | - |
XYZ | 8.91 | 10.31 | 11.65 | - |
YUV | 88.39 | 130.04 | 119.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 76 | 94 | 92 | 0.19 | 0 | 0.02 | 0.63 | 173.33 | 0.11 | 0.33 |
Hex | 4C | 5E | 5C | 13 | 0 | 2 | 3F | AD | B | 21 |
Octal | 114 | 136 | 134 | 23 | 0 | 2 | 77 | 255 | 13 | 41 |
Binary | 1001100 | 1011110 | 1011100 | 10011 | 0 | 10 | 111111 | 10101101 | 1011 | 100001 |
Color Harmonies of #4C5E5C
Complementary color
Monochromatic Colors of #4C5E5C
Black with #4C5E5C
Text Example
Text Example
White with #4C5E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5E5C; }
p { color: rgb(76,94,92); }
H1.HeaderClassName
{
color: #4C5E5C;
}
.AnyTagClassName
{
color: #4C5E5C;
}
</style>
background-color css
<style>
a { background-color: #4C5E5C; }
a { background-color: rgb(76,94,92); }
div.DivClassName
{
background-color: #4C5E5C;
}
.BgClassName
{
background-color: #4C5E5C;
}
</style>
border-color css
<style>
span { border-color: #4C5E5C; }
span { border-color: rgb(76,94,92); }
td.TdClassName
{
border-color: #4C5E5C;
}
.TagClassName
{
border-color: #4C5E5C;
}
</style>