Shades of Mako #4A585A
Tints of Mako #4A585A
RGB
CMYK
RGB Variations
Color information
#4A585A (or 0x4A585A) is known color: Mako. HEX triplet: 4A, 58 and 5A. RGB value is (74,88,90). Sum of RGB (Red+Green+Blue) = 74+88+90=252 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.37% from 252); Green value is 88 (34.77% from 255 or 34.92% from 252); Blue value is 90 (35.55% from 255 or 35.71% from 252); Max value from RGB is 90 - color contains mainly: blue. Hex color #4A585A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A585A is #B5A7A5. Grayscale: #545454. Windows color (decimal): -11904934 or 5920842. OLE color: 5920842.
HSL color Cylindrical-coordinate representation of color #4A585A: hue angle of 187.5º 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 #4A585A is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 74 | 88 | 90 | - |
| CMYK | 0.18 | 0.02 | 0 | 0.65 |
| HSL | 187.5º | 0.1% | 0.32% | - |
| HSV(B) | 187.5º | 0.18% | 0.35% | - |
| XYZ | 8.16 | 9.17 | 11.01 | - |
| YUV | 84.04 | 131.36 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 88 | 90 | 0.18 | 0.02 | 0 | 0.65 | 187.5 | 0.1 | 0.32 |
| Hex | 4A | 58 | 5A | 12 | 2 | 0 | 41 | BC | A | 20 |
| Octal | 112 | 130 | 132 | 22 | 2 | 0 | 101 | 274 | 12 | 40 |
| Binary | 1001010 | 1011000 | 1011010 | 10010 | 10 | 0 | 1000001 | 10111100 | 1010 | 100000 |
Color Harmonies of #4A585A
Complementary color
Monochromatic Colors of #4A585A
Black with #4A585A
Text Example
Text Example
White with #4A585A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A585A; }
p { color: rgb(74,88,90); }
H1.HeaderClassName
{
color: #4A585A;
}
.AnyTagClassName
{
color: #4A585A;
}
</style>
background-color css
<style>
a { background-color: #4A585A; }
a { background-color: rgb(74,88,90); }
div.DivClassName
{
background-color: #4A585A;
}
.BgClassName
{
background-color: #4A585A;
}
</style>
border-color css
<style>
span { border-color: #4A585A; }
span { border-color: rgb(74,88,90); }
td.TdClassName
{
border-color: #4A585A;
}
.TagClassName
{
border-color: #4A585A;
}
</style>