Shades of Mako #4B5F5D
Tints of Mako #4B5F5D
RGB
CMYK
RGB Variations
Color information
#4B5F5D (or 0x4B5F5D) is known color: Mako. HEX triplet: 4B, 5F and 5D. RGB value is (75,95,93). Sum of RGB (Red+Green+Blue) = 75+95+93=263 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.52% from 263); Green value is 95 (37.5% from 255 or 36.12% from 263); Blue value is 93 (36.72% from 255 or 35.36% from 263); Max value from RGB is 95 - color contains mainly: green. Hex color #4B5F5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B5F5D is #B4A0A2. Grayscale: #585858. Windows color (decimal): -11837603 or 6119243. OLE color: 6119243.
HSL color Cylindrical-coordinate representation of color #4B5F5D: hue angle of 174º degrees, saturation: 0.12, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4B5F5D is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 75 | 95 | 93 | - |
| CMYK | 0.21 | 0 | 0.02 | 0.63 |
| HSL | 174º | 0.12% | 0.33% | - |
| HSV(B) | 174º | 0.21% | 0.37% | - |
| XYZ | 8.97 | 10.47 | 11.9 | - |
| YUV | 88.79 | 130.37 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 95 | 93 | 0.21 | 0 | 0.02 | 0.63 | 174 | 0.12 | 0.33 |
| Hex | 4B | 5F | 5D | 15 | 0 | 2 | 3F | AE | C | 21 |
| Octal | 113 | 137 | 135 | 25 | 0 | 2 | 77 | 256 | 14 | 41 |
| Binary | 1001011 | 1011111 | 1011101 | 10101 | 0 | 10 | 111111 | 10101110 | 1100 | 100001 |
Color Harmonies of #4B5F5D
Complementary color
Monochromatic Colors of #4B5F5D
Black with #4B5F5D
Text Example
Text Example
White with #4B5F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5F5D; }
p { color: rgb(75,95,93); }
H1.HeaderClassName
{
color: #4B5F5D;
}
.AnyTagClassName
{
color: #4B5F5D;
}
</style>
background-color css
<style>
a { background-color: #4B5F5D; }
a { background-color: rgb(75,95,93); }
div.DivClassName
{
background-color: #4B5F5D;
}
.BgClassName
{
background-color: #4B5F5D;
}
</style>
border-color css
<style>
span { border-color: #4B5F5D; }
span { border-color: rgb(75,95,93); }
td.TdClassName
{
border-color: #4B5F5D;
}
.TagClassName
{
border-color: #4B5F5D;
}
</style>