Shades of Mako #4A595A
Tints of Mako #4A595A
RGB
CMYK
RGB Variations
Color information
#4A595A (or 0x4A595A) is known color: Mako. HEX triplet: 4A, 59 and 5A. RGB value is (74,89,90). Sum of RGB (Red+Green+Blue) = 74+89+90=253 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.25% from 253); Green value is 89 (35.16% from 255 or 35.18% from 253); Blue value is 90 (35.55% from 255 or 35.57% from 253); Max value from RGB is 90 - color contains mainly: blue. Hex color #4A595A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A595A is #B5A6A5. Grayscale: #545454. Windows color (decimal): -11904678 or 5921098. OLE color: 5921098.
HSL color Cylindrical-coordinate representation of color #4A595A: hue angle of 183.75º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4A595A is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 74 | 89 | 90 | - |
| CMYK | 0.18 | 0.01 | 0 | 0.65 |
| HSL | 183.75º | 0.1% | 0.32% | - |
| HSV(B) | 183.75º | 0.18% | 0.35% | - |
| XYZ | 8.24 | 9.34 | 11.04 | - |
| YUV | 84.63 | 131.03 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 89 | 90 | 0.18 | 0.01 | 0 | 0.65 | 183.75 | 0.1 | 0.32 |
| Hex | 4A | 59 | 5A | 12 | 1 | 0 | 41 | B8 | A | 20 |
| Octal | 112 | 131 | 132 | 22 | 1 | 0 | 101 | 270 | 12 | 40 |
| Binary | 1001010 | 1011001 | 1011010 | 10010 | 1 | 0 | 1000001 | 10111000 | 1010 | 100000 |
Color Harmonies of #4A595A
Complementary color
Monochromatic Colors of #4A595A
Black with #4A595A
Text Example
Text Example
White with #4A595A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A595A; }
p { color: rgb(74,89,90); }
H1.HeaderClassName
{
color: #4A595A;
}
.AnyTagClassName
{
color: #4A595A;
}
</style>
background-color css
<style>
a { background-color: #4A595A; }
a { background-color: rgb(74,89,90); }
div.DivClassName
{
background-color: #4A595A;
}
.BgClassName
{
background-color: #4A595A;
}
</style>
border-color css
<style>
span { border-color: #4A595A; }
span { border-color: rgb(74,89,90); }
td.TdClassName
{
border-color: #4A595A;
}
.TagClassName
{
border-color: #4A595A;
}
</style>