Shades of Mako #465A5B
Tints of Mako #465A5B
RGB
CMYK
RGB Variations
Color information
#465A5B (or 0x465A5B) is known color: Mako. HEX triplet: 46, 5A and 5B. RGB value is (70,90,91). Sum of RGB (Red+Green+Blue) = 70+90+91=251 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.89% from 251); Green value is 90 (35.55% from 255 or 35.86% from 251); Blue value is 91 (35.94% from 255 or 36.25% from 251); Max value from RGB is 91 - color contains mainly: blue. Hex color #465A5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465A5B is #B9A5A4. Grayscale: #545454. Windows color (decimal): -12166565 or 5986886. OLE color: 5986886.
HSL color Cylindrical-coordinate representation of color #465A5B: hue angle of 182.86º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #465A5B is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 90 | 91 | - |
| CMYK | 0.23 | 0.01 | 0 | 0.64 |
| HSL | 182.86º | 0.13% | 0.32% | - |
| HSV(B) | 182.86º | 0.23% | 0.36% | - |
| XYZ | 8.07 | 9.37 | 11.28 | - |
| YUV | 84.13 | 131.87 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 90 | 91 | 0.23 | 0.01 | 0 | 0.64 | 182.86 | 0.13 | 0.32 |
| Hex | 46 | 5A | 5B | 17 | 1 | 0 | 40 | B7 | D | 20 |
| Octal | 106 | 132 | 133 | 27 | 1 | 0 | 100 | 267 | 15 | 40 |
| Binary | 1000110 | 1011010 | 1011011 | 10111 | 1 | 0 | 1000000 | 10110111 | 1101 | 100000 |
Color Harmonies of #465A5B
Complementary color
Monochromatic Colors of #465A5B
Black with #465A5B
Text Example
Text Example
White with #465A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465A5B; }
p { color: rgb(70,90,91); }
H1.HeaderClassName
{
color: #465A5B;
}
.AnyTagClassName
{
color: #465A5B;
}
</style>
background-color css
<style>
a { background-color: #465A5B; }
a { background-color: rgb(70,90,91); }
div.DivClassName
{
background-color: #465A5B;
}
.BgClassName
{
background-color: #465A5B;
}
</style>
border-color css
<style>
span { border-color: #465A5B; }
span { border-color: rgb(70,90,91); }
td.TdClassName
{
border-color: #465A5B;
}
.TagClassName
{
border-color: #465A5B;
}
</style>