Shades of Mako #465556
Tints of Mako #465556
RGB
CMYK
RGB Variations
Color information
#465556 (or 0x465556) is known color: Mako. HEX triplet: 46, 55 and 56. RGB value is (70,85,86). Sum of RGB (Red+Green+Blue) = 70+85+86=241 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.05% from 241); Green value is 85 (33.59% from 255 or 35.27% from 241); Blue value is 86 (33.98% from 255 or 35.68% from 241); Max value from RGB is 86 - color contains mainly: blue. Hex color #465556 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465556 is #B9AAA9. Grayscale: #505050. Windows color (decimal): -12167850 or 5657926. OLE color: 5657926.
HSL color Cylindrical-coordinate representation of color #465556: hue angle of 183.75º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #465556 is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 70 | 85 | 86 | - |
| CMYK | 0.19 | 0.01 | 0 | 0.66 |
| HSL | 183.75º | 0.1% | 0.31% | - |
| HSV(B) | 183.75º | 0.19% | 0.34% | - |
| XYZ | 7.45 | 8.47 | 10.05 | - |
| YUV | 80.63 | 131.03 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 85 | 86 | 0.19 | 0.01 | 0 | 0.66 | 183.75 | 0.1 | 0.31 |
| Hex | 46 | 55 | 56 | 13 | 1 | 0 | 42 | B8 | A | 1F |
| Octal | 106 | 125 | 126 | 23 | 1 | 0 | 102 | 270 | 12 | 37 |
| Binary | 1000110 | 1010101 | 1010110 | 10011 | 1 | 0 | 1000010 | 10111000 | 1010 | 11111 |
Color Harmonies of #465556
Complementary color
Monochromatic Colors of #465556
Black with #465556
Text Example
Text Example
White with #465556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465556; }
p { color: rgb(70,85,86); }
H1.HeaderClassName
{
color: #465556;
}
.AnyTagClassName
{
color: #465556;
}
</style>
background-color css
<style>
a { background-color: #465556; }
a { background-color: rgb(70,85,86); }
div.DivClassName
{
background-color: #465556;
}
.BgClassName
{
background-color: #465556;
}
</style>
border-color css
<style>
span { border-color: #465556; }
span { border-color: rgb(70,85,86); }
td.TdClassName
{
border-color: #465556;
}
.TagClassName
{
border-color: #465556;
}
</style>