Shades of Mako #465A5A
Tints of Mako #465A5A
RGB
CMYK
RGB Variations
Color information
#465A5A (or 0x465A5A) is known color: Mako. HEX triplet: 46, 5A and 5A. RGB value is (70,90,90). Sum of RGB (Red+Green+Blue) = 70+90+90=250 (33% of max value = 765). Red value is 70 (27.73% from 255 or 28% from 250); Green value is 90 (35.55% from 255 or 36% from 250); Blue value is 90 (35.55% from 255 or 36% from 250); Max value from RGB is 90 - color contains mainly: green, blue. Hex color #465A5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465A5A is #B9A5A5. Grayscale: #545454. Windows color (decimal): -12166566 or 5921350. OLE color: 5921350.
HSL color Cylindrical-coordinate representation of color #465A5A: hue angle of 180º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #465A5A is Cyan = 0.22, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 70 | 90 | 90 | - |
| CMYK | 0.22 | 0 | 0 | 0.65 |
| HSL | 180º | 0.13% | 0.31% | - |
| HSV(B) | 180º | 0.22% | 0.35% | - |
| XYZ | 8.03 | 9.35 | 11.06 | - |
| YUV | 84.02 | 131.37 | 118 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 90 | 90 | 0.22 | 0 | 0 | 0.65 | 180 | 0.13 | 0.31 |
| Hex | 46 | 5A | 5A | 16 | 0 | 0 | 41 | B4 | C | 1F |
| Octal | 106 | 132 | 132 | 26 | 0 | 0 | 101 | 264 | 14 | 37 |
| Binary | 1000110 | 1011010 | 1011010 | 10110 | 0 | 0 | 1000001 | 10110100 | 1100 | 11111 |
Color Harmonies of #465A5A
Complementary color
Monochromatic Colors of #465A5A
Black with #465A5A
Text Example
Text Example
White with #465A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465A5A; }
p { color: rgb(70,90,90); }
H1.HeaderClassName
{
color: #465A5A;
}
.AnyTagClassName
{
color: #465A5A;
}
</style>
background-color css
<style>
a { background-color: #465A5A; }
a { background-color: rgb(70,90,90); }
div.DivClassName
{
background-color: #465A5A;
}
.BgClassName
{
background-color: #465A5A;
}
</style>
border-color css
<style>
span { border-color: #465A5A; }
span { border-color: rgb(70,90,90); }
td.TdClassName
{
border-color: #465A5A;
}
.TagClassName
{
border-color: #465A5A;
}
</style>