Shades of Mako #465E5E
Tints of Mako #465E5E
RGB
CMYK
RGB Variations
Color information
#465E5E (or 0x465E5E) is known color: Mako. HEX triplet: 46, 5E and 5E. RGB value is (70,94,94). Sum of RGB (Red+Green+Blue) = 70+94+94=258 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.13% from 258); Green value is 94 (37.11% from 255 or 36.43% from 258); Blue value is 94 (37.11% from 255 or 36.43% from 258); Max value from RGB is 94 - color contains mainly: green, blue. Hex color #465E5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465E5E is #B9A1A1. Grayscale: #565656. Windows color (decimal): -12165538 or 6184518. OLE color: 6184518.
HSL color Cylindrical-coordinate representation of color #465E5E: hue angle of 180º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #465E5E is Cyan = 0.26, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
RGB | 70 | 94 | 94 | - |
CMYK | 0.26 | 0 | 0 | 0.63 |
HSL | 180º | 0.15% | 0.32% | - |
HSV(B) | 180º | 0.26% | 0.37% | - |
XYZ | 8.55 | 10.12 | 12.09 | - |
YUV | 86.82 | 132.05 | 116 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 70 | 94 | 94 | 0.26 | 0 | 0 | 0.63 | 180 | 0.15 | 0.32 |
Hex | 46 | 5E | 5E | 1A | 0 | 0 | 3F | B4 | F | 20 |
Octal | 106 | 136 | 136 | 32 | 0 | 0 | 77 | 264 | 17 | 40 |
Binary | 1000110 | 1011110 | 1011110 | 11010 | 0 | 0 | 111111 | 10110100 | 1111 | 100000 |
Color Harmonies of #465E5E
Complementary color
Monochromatic Colors of #465E5E
Black with #465E5E
Text Example
Text Example
White with #465E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465E5E; }
p { color: rgb(70,94,94); }
H1.HeaderClassName
{
color: #465E5E;
}
.AnyTagClassName
{
color: #465E5E;
}
</style>
background-color css
<style>
a { background-color: #465E5E; }
a { background-color: rgb(70,94,94); }
div.DivClassName
{
background-color: #465E5E;
}
.BgClassName
{
background-color: #465E5E;
}
</style>
border-color css
<style>
span { border-color: #465E5E; }
span { border-color: rgb(70,94,94); }
td.TdClassName
{
border-color: #465E5E;
}
.TagClassName
{
border-color: #465E5E;
}
</style>