Shades of Mako #4A5B5A
Tints of Mako #4A5B5A
RGB
CMYK
RGB Variations
Color information
#4A5B5A (or 0x4A5B5A) is known color: Mako. HEX triplet: 4A, 5B and 5A. RGB value is (74,91,90). Sum of RGB (Red+Green+Blue) = 74+91+90=255 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.02% from 255); Green value is 91 (35.94% from 255 or 35.69% from 255); Blue value is 90 (35.55% from 255 or 35.29% from 255); Max value from RGB is 91 - color contains mainly: green. Hex color #4A5B5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5B5A is #B5A4A5. Grayscale: #555555. Windows color (decimal): -11904166 or 5921610. OLE color: 5921610.
HSL color Cylindrical-coordinate representation of color #4A5B5A: hue angle of 176.47º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4A5B5A is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 74 | 91 | 90 | - |
| CMYK | 0.19 | 0 | 0.01 | 0.64 |
| HSL | 176.47º | 0.1% | 0.32% | - |
| HSV(B) | 176.47º | 0.19% | 0.36% | - |
| XYZ | 8.41 | 9.68 | 11.1 | - |
| YUV | 85.8 | 130.37 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 91 | 90 | 0.19 | 0 | 0.01 | 0.64 | 176.47 | 0.1 | 0.32 |
| Hex | 4A | 5B | 5A | 13 | 0 | 1 | 40 | B0 | A | 20 |
| Octal | 112 | 133 | 132 | 23 | 0 | 1 | 100 | 260 | 12 | 40 |
| Binary | 1001010 | 1011011 | 1011010 | 10011 | 0 | 1 | 1000000 | 10110000 | 1010 | 100000 |
Color Harmonies of #4A5B5A
Complementary color
Monochromatic Colors of #4A5B5A
Black with #4A5B5A
Text Example
Text Example
White with #4A5B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5B5A; }
p { color: rgb(74,91,90); }
H1.HeaderClassName
{
color: #4A5B5A;
}
.AnyTagClassName
{
color: #4A5B5A;
}
</style>
background-color css
<style>
a { background-color: #4A5B5A; }
a { background-color: rgb(74,91,90); }
div.DivClassName
{
background-color: #4A5B5A;
}
.BgClassName
{
background-color: #4A5B5A;
}
</style>
border-color css
<style>
span { border-color: #4A5B5A; }
span { border-color: rgb(74,91,90); }
td.TdClassName
{
border-color: #4A5B5A;
}
.TagClassName
{
border-color: #4A5B5A;
}
</style>