Shades of Mako #465051
Tints of Mako #465051
RGB
CMYK
RGB Variations
Color information
#465051 (or 0x465051) is known color: Mako. HEX triplet: 46, 50 and 51. RGB value is (70,80,81). Sum of RGB (Red+Green+Blue) = 70+80+81=231 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.30% from 231); Green value is 80 (31.64% from 255 or 34.63% from 231); Blue value is 81 (32.03% from 255 or 35.06% from 231); Max value from RGB is 81 - color contains mainly: blue. Hex color #465051 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465051 is #B9AFAE. Grayscale: #4D4D4D. Windows color (decimal): -12169135 or 5328966. OLE color: 5328966.
HSL color Cylindrical-coordinate representation of color #465051: hue angle of 185.45º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #465051 is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 70 | 80 | 81 | - |
| CMYK | 0.14 | 0.01 | 0 | 0.68 |
| HSL | 185.45º | 0.07% | 0.3% | - |
| HSV(B) | 185.45º | 0.14% | 0.32% | - |
| XYZ | 6.88 | 7.63 | 8.9 | - |
| YUV | 77.12 | 130.19 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 80 | 81 | 0.14 | 0.01 | 0 | 0.68 | 185.45 | 0.07 | 0.3 |
| Hex | 46 | 50 | 51 | E | 1 | 0 | 44 | B9 | 7 | 1E |
| Octal | 106 | 120 | 121 | 16 | 1 | 0 | 104 | 271 | 7 | 36 |
| Binary | 1000110 | 1010000 | 1010001 | 1110 | 1 | 0 | 1000100 | 10111001 | 111 | 11110 |
Color Harmonies of #465051
Complementary color
Monochromatic Colors of #465051
Black with #465051
Text Example
Text Example
White with #465051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465051; }
p { color: rgb(70,80,81); }
H1.HeaderClassName
{
color: #465051;
}
.AnyTagClassName
{
color: #465051;
}
</style>
background-color css
<style>
a { background-color: #465051; }
a { background-color: rgb(70,80,81); }
div.DivClassName
{
background-color: #465051;
}
.BgClassName
{
background-color: #465051;
}
</style>
border-color css
<style>
span { border-color: #465051; }
span { border-color: rgb(70,80,81); }
td.TdClassName
{
border-color: #465051;
}
.TagClassName
{
border-color: #465051;
}
</style>