Shades of Mako #4B5D5B
Tints of Mako #4B5D5B
RGB
CMYK
RGB Variations
Color information
#4B5D5B (or 0x4B5D5B) is known color: Mako. HEX triplet: 4B, 5D and 5B. RGB value is (75,93,91). Sum of RGB (Red+Green+Blue) = 75+93+91=259 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.96% from 259); Green value is 93 (36.72% from 255 or 35.91% from 259); Blue value is 91 (35.94% from 255 or 35.14% from 259); Max value from RGB is 93 - color contains mainly: green. Hex color #4B5D5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B5D5B is #B4A2A4. Grayscale: #575757. Windows color (decimal): -11838117 or 5987659. OLE color: 5987659.
HSL color Cylindrical-coordinate representation of color #4B5D5B: hue angle of 173.33º degrees, saturation: 0.11, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4B5D5B is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 75 | 93 | 91 | - |
| CMYK | 0.19 | 0 | 0.02 | 0.64 |
| HSL | 173.33º | 0.11% | 0.33% | - |
| HSV(B) | 173.33º | 0.19% | 0.36% | - |
| XYZ | 8.7 | 10.08 | 11.38 | - |
| YUV | 87.39 | 130.04 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 93 | 91 | 0.19 | 0 | 0.02 | 0.64 | 173.33 | 0.11 | 0.33 |
| Hex | 4B | 5D | 5B | 13 | 0 | 2 | 40 | AD | B | 21 |
| Octal | 113 | 135 | 133 | 23 | 0 | 2 | 100 | 255 | 13 | 41 |
| Binary | 1001011 | 1011101 | 1011011 | 10011 | 0 | 10 | 1000000 | 10101101 | 1011 | 100001 |
Color Harmonies of #4B5D5B
Complementary color
Monochromatic Colors of #4B5D5B
Black with #4B5D5B
Text Example
Text Example
White with #4B5D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5D5B; }
p { color: rgb(75,93,91); }
H1.HeaderClassName
{
color: #4B5D5B;
}
.AnyTagClassName
{
color: #4B5D5B;
}
</style>
background-color css
<style>
a { background-color: #4B5D5B; }
a { background-color: rgb(75,93,91); }
div.DivClassName
{
background-color: #4B5D5B;
}
.BgClassName
{
background-color: #4B5D5B;
}
</style>
border-color css
<style>
span { border-color: #4B5D5B; }
span { border-color: rgb(75,93,91); }
td.TdClassName
{
border-color: #4B5D5B;
}
.TagClassName
{
border-color: #4B5D5B;
}
</style>