Shades of Mako #4B625F
Tints of Mako #4B625F
RGB
CMYK
RGB Variations
Color information
#4B625F (or 0x4B625F) is known color: Mako. HEX triplet: 4B, 62 and 5F. RGB value is (75,98,95). Sum of RGB (Red+Green+Blue) = 75+98+95=268 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.99% from 268); Green value is 98 (38.67% from 255 or 36.57% from 268); Blue value is 95 (37.5% from 255 or 35.45% from 268); Max value from RGB is 98 - color contains mainly: green. Hex color #4B625F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B625F is #B49DA0. Grayscale: #5A5A5A. Windows color (decimal): -11836833 or 6251083. OLE color: 6251083.
HSL color Cylindrical-coordinate representation of color #4B625F: hue angle of 172.17º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4B625F is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 75 | 98 | 95 | - |
| CMYK | 0.23 | 0 | 0.03 | 0.62 |
| HSL | 172.17º | 0.13% | 0.34% | - |
| HSV(B) | 172.17º | 0.23% | 0.38% | - |
| XYZ | 9.33 | 11.06 | 12.47 | - |
| YUV | 90.78 | 130.38 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 98 | 95 | 0.23 | 0 | 0.03 | 0.62 | 172.17 | 0.13 | 0.34 |
| Hex | 4B | 62 | 5F | 17 | 0 | 3 | 3E | AC | D | 22 |
| Octal | 113 | 142 | 137 | 27 | 0 | 3 | 76 | 254 | 15 | 42 |
| Binary | 1001011 | 1100010 | 1011111 | 10111 | 0 | 11 | 111110 | 10101100 | 1101 | 100010 |
Color Harmonies of #4B625F
Complementary color
Monochromatic Colors of #4B625F
Black with #4B625F
Text Example
Text Example
White with #4B625F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B625F; }
p { color: rgb(75,98,95); }
H1.HeaderClassName
{
color: #4B625F;
}
.AnyTagClassName
{
color: #4B625F;
}
</style>
background-color css
<style>
a { background-color: #4B625F; }
a { background-color: rgb(75,98,95); }
div.DivClassName
{
background-color: #4B625F;
}
.BgClassName
{
background-color: #4B625F;
}
</style>
border-color css
<style>
span { border-color: #4B625F; }
span { border-color: rgb(75,98,95); }
td.TdClassName
{
border-color: #4B625F;
}
.TagClassName
{
border-color: #4B625F;
}
</style>