Shades of Rhino #404650
Tints of Rhino #404650
RGB
CMYK
RGB Variations
Color information
#404650 (or 0x404650) is known color: Rhino. HEX triplet: 40, 46 and 50. RGB value is (64,70,80). Sum of RGB (Red+Green+Blue) = 64+70+80=214 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.91% from 214); Green value is 70 (27.73% from 255 or 32.71% from 214); Blue value is 80 (31.64% from 255 or 37.38% from 214); Max value from RGB is 80 - color contains mainly: blue. Hex color #404650 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404650 is #BFB9AF. Grayscale: #454545. Windows color (decimal): -12564912 or 5260864. OLE color: 5260864.
HSL color Cylindrical-coordinate representation of color #404650: hue angle of 217.5º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #404650 is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 64 | 70 | 80 | - |
| CMYK | 0.20 | 0.12 | 0 | 0.69 |
| HSL | 217.5º | 0.11% | 0.28% | - |
| HSV(B) | 217.5º | 0.2% | 0.31% | - |
| XYZ | 5.75 | 6.05 | 8.45 | - |
| YUV | 69.35 | 134.01 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 70 | 80 | 0.20 | 0.12 | 0 | 0.69 | 217.5 | 0.11 | 0.28 |
| Hex | 40 | 46 | 50 | 14 | C | 0 | 45 | DA | B | 1C |
| Octal | 100 | 106 | 120 | 24 | 14 | 0 | 105 | 332 | 13 | 34 |
| Binary | 1000000 | 1000110 | 1010000 | 10100 | 1100 | 0 | 1000101 | 11011010 | 1011 | 11100 |
Color Harmonies of #404650
Complementary color
Monochromatic Colors of #404650
Black with #404650
Text Example
Text Example
White with #404650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404650; }
p { color: rgb(64,70,80); }
H1.HeaderClassName
{
color: #404650;
}
.AnyTagClassName
{
color: #404650;
}
</style>
background-color css
<style>
a { background-color: #404650; }
a { background-color: rgb(64,70,80); }
div.DivClassName
{
background-color: #404650;
}
.BgClassName
{
background-color: #404650;
}
</style>
border-color css
<style>
span { border-color: #404650; }
span { border-color: rgb(64,70,80); }
td.TdClassName
{
border-color: #404650;
}
.TagClassName
{
border-color: #404650;
}
</style>