Shades of Mako #4B5152
Tints of Mako #4B5152
RGB
CMYK
RGB Variations
Color information
#4B5152 (or 0x4B5152) is known color: Mako. HEX triplet: 4B, 51 and 52. RGB value is (75,81,82). Sum of RGB (Red+Green+Blue) = 75+81+82=238 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.51% from 238); Green value is 81 (32.03% from 255 or 34.03% from 238); Blue value is 82 (32.42% from 255 or 34.45% from 238); Max value from RGB is 82 - color contains mainly: blue. Hex color #4B5152 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B5152 is #B4AEAD. Grayscale: #4F4F4F. Windows color (decimal): -11841198 or 5394763. OLE color: 5394763.
HSL color Cylindrical-coordinate representation of color #4B5152: hue angle of 188.57º degrees, saturation: 0.04, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #4B5152 is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
RGB | 75 | 81 | 82 | - |
CMYK | 0.09 | 0.01 | 0 | 0.68 |
HSL | 188.57º | 0.04% | 0.31% | - |
HSV(B) | 188.57º | 0.09% | 0.32% | - |
XYZ | 7.37 | 7.99 | 9.14 | - |
YUV | 79.32 | 129.51 | 124.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 75 | 81 | 82 | 0.09 | 0.01 | 0 | 0.68 | 188.57 | 0.04 | 0.31 |
Hex | 4B | 51 | 52 | 9 | 1 | 0 | 44 | BD | 4 | 1F |
Octal | 113 | 121 | 122 | 11 | 1 | 0 | 104 | 275 | 4 | 37 |
Binary | 1001011 | 1010001 | 1010010 | 1001 | 1 | 0 | 1000100 | 10111101 | 100 | 11111 |
Color Harmonies of #4B5152
Complementary color
Monochromatic Colors of #4B5152
Black with #4B5152
Text Example
Text Example
White with #4B5152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5152; }
p { color: rgb(75,81,82); }
H1.HeaderClassName
{
color: #4B5152;
}
.AnyTagClassName
{
color: #4B5152;
}
</style>
background-color css
<style>
a { background-color: #4B5152; }
a { background-color: rgb(75,81,82); }
div.DivClassName
{
background-color: #4B5152;
}
.BgClassName
{
background-color: #4B5152;
}
</style>
border-color css
<style>
span { border-color: #4B5152; }
span { border-color: rgb(75,81,82); }
td.TdClassName
{
border-color: #4B5152;
}
.TagClassName
{
border-color: #4B5152;
}
</style>