Shades of Mako #4D5B5A
Tints of Mako #4D5B5A
RGB
CMYK
RGB Variations
Color information
#4D5B5A (or 0x4D5B5A) is known color: Mako. HEX triplet: 4D, 5B and 5A. RGB value is (77,91,90). Sum of RGB (Red+Green+Blue) = 77+91+90=258 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.84% from 258); Green value is 91 (35.94% from 255 or 35.27% from 258); Blue value is 90 (35.55% from 255 or 34.88% from 258); Max value from RGB is 91 - color contains mainly: green. Hex color #4D5B5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5B5A is #B2A4A5. Grayscale: #565656. Windows color (decimal): -11707558 or 5921613. OLE color: 5921613.
HSL color Cylindrical-coordinate representation of color #4D5B5A: hue angle of 175.71º degrees, saturation: 0.08, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #4D5B5A is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.64.
Color convert
RGB | 77 | 91 | 90 | - |
CMYK | 0.15 | 0 | 0.01 | 0.64 |
HSL | 175.71º | 0.08% | 0.33% | - |
HSV(B) | 175.71º | 0.15% | 0.36% | - |
XYZ | 8.65 | 9.8 | 11.11 | - |
YUV | 86.7 | 129.86 | 121.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 77 | 91 | 90 | 0.15 | 0 | 0.01 | 0.64 | 175.71 | 0.08 | 0.33 |
Hex | 4D | 5B | 5A | F | 0 | 1 | 40 | B0 | 8 | 21 |
Octal | 115 | 133 | 132 | 17 | 0 | 1 | 100 | 260 | 10 | 41 |
Binary | 1001101 | 1011011 | 1011010 | 1111 | 0 | 1 | 1000000 | 10110000 | 1000 | 100001 |
Color Harmonies of #4D5B5A
Complementary color
Monochromatic Colors of #4D5B5A
Black with #4D5B5A
Text Example
Text Example
White with #4D5B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5B5A; }
p { color: rgb(77,91,90); }
H1.HeaderClassName
{
color: #4D5B5A;
}
.AnyTagClassName
{
color: #4D5B5A;
}
</style>
background-color css
<style>
a { background-color: #4D5B5A; }
a { background-color: rgb(77,91,90); }
div.DivClassName
{
background-color: #4D5B5A;
}
.BgClassName
{
background-color: #4D5B5A;
}
</style>
border-color css
<style>
span { border-color: #4D5B5A; }
span { border-color: rgb(77,91,90); }
td.TdClassName
{
border-color: #4D5B5A;
}
.TagClassName
{
border-color: #4D5B5A;
}
</style>