Shades of Mako #4A5455
Tints of Mako #4A5455
RGB
CMYK
RGB Variations
Color information
#4A5455 (or 0x4A5455) is known color: Mako. HEX triplet: 4A, 54 and 55. RGB value is (74,84,85). Sum of RGB (Red+Green+Blue) = 74+84+85=243 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.45% from 243); Green value is 84 (33.20% from 255 or 34.57% from 243); Blue value is 85 (33.59% from 255 or 34.98% from 243); Max value from RGB is 85 - color contains mainly: blue. Hex color #4A5455 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5455 is #B5ABAA. Grayscale: #515151. Windows color (decimal): -11905963 or 5592138. OLE color: 5592138.
HSL color Cylindrical-coordinate representation of color #4A5455: hue angle of 185.45º degrees, saturation: 0.07, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #4A5455 is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 74 | 84 | 85 | - |
| CMYK | 0.13 | 0.01 | 0 | 0.67 |
| HSL | 185.45º | 0.07% | 0.31% | - |
| HSV(B) | 185.45º | 0.13% | 0.33% | - |
| XYZ | 7.63 | 8.45 | 9.82 | - |
| YUV | 81.12 | 130.19 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 84 | 85 | 0.13 | 0.01 | 0 | 0.67 | 185.45 | 0.07 | 0.31 |
| Hex | 4A | 54 | 55 | D | 1 | 0 | 43 | B9 | 7 | 1F |
| Octal | 112 | 124 | 125 | 15 | 1 | 0 | 103 | 271 | 7 | 37 |
| Binary | 1001010 | 1010100 | 1010101 | 1101 | 1 | 0 | 1000011 | 10111001 | 111 | 11111 |
Color Harmonies of #4A5455
Complementary color
Monochromatic Colors of #4A5455
Black with #4A5455
Text Example
Text Example
White with #4A5455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5455; }
p { color: rgb(74,84,85); }
H1.HeaderClassName
{
color: #4A5455;
}
.AnyTagClassName
{
color: #4A5455;
}
</style>
background-color css
<style>
a { background-color: #4A5455; }
a { background-color: rgb(74,84,85); }
div.DivClassName
{
background-color: #4A5455;
}
.BgClassName
{
background-color: #4A5455;
}
</style>
border-color css
<style>
span { border-color: #4A5455; }
span { border-color: rgb(74,84,85); }
td.TdClassName
{
border-color: #4A5455;
}
.TagClassName
{
border-color: #4A5455;
}
</style>