Shades of Mako #48595A
Tints of Mako #48595A
RGB
CMYK
RGB Variations
Color information
#48595A (or 0x48595A) is known color: Mako. HEX triplet: 48, 59 and 5A. RGB value is (72,89,90). Sum of RGB (Red+Green+Blue) = 72+89+90=251 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.69% from 251); Green value is 89 (35.16% from 255 or 35.46% from 251); Blue value is 90 (35.55% from 255 or 35.86% from 251); Max value from RGB is 90 - color contains mainly: blue. Hex color #48595A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48595A is #B7A6A5. Grayscale: #545454. Windows color (decimal): -12035750 or 5921096. OLE color: 5921096.
HSL color Cylindrical-coordinate representation of color #48595A: hue angle of 183.33º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #48595A is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 72 | 89 | 90 | - |
| CMYK | 0.20 | 0.01 | 0 | 0.65 |
| HSL | 183.33º | 0.11% | 0.32% | - |
| HSV(B) | 183.33º | 0.2% | 0.35% | - |
| XYZ | 8.09 | 9.26 | 11.03 | - |
| YUV | 84.03 | 131.37 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 89 | 90 | 0.20 | 0.01 | 0 | 0.65 | 183.33 | 0.11 | 0.32 |
| Hex | 48 | 59 | 5A | 14 | 1 | 0 | 41 | B7 | B | 20 |
| Octal | 110 | 131 | 132 | 24 | 1 | 0 | 101 | 267 | 13 | 40 |
| Binary | 1001000 | 1011001 | 1011010 | 10100 | 1 | 0 | 1000001 | 10110111 | 1011 | 100000 |
Color Harmonies of #48595A
Complementary color
Monochromatic Colors of #48595A
Black with #48595A
Text Example
Text Example
White with #48595A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48595A; }
p { color: rgb(72,89,90); }
H1.HeaderClassName
{
color: #48595A;
}
.AnyTagClassName
{
color: #48595A;
}
</style>
background-color css
<style>
a { background-color: #48595A; }
a { background-color: rgb(72,89,90); }
div.DivClassName
{
background-color: #48595A;
}
.BgClassName
{
background-color: #48595A;
}
</style>
border-color css
<style>
span { border-color: #48595A; }
span { border-color: rgb(72,89,90); }
td.TdClassName
{
border-color: #48595A;
}
.TagClassName
{
border-color: #48595A;
}
</style>