Shades of Rhino #404855
Tints of Rhino #404855
RGB
CMYK
RGB Variations
Color information
#404855 (or 0x404855) is known color: Rhino. HEX triplet: 40, 48 and 55. RGB value is (64,72,85). Sum of RGB (Red+Green+Blue) = 64+72+85=221 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.96% from 221); Green value is 72 (28.52% from 255 or 32.58% from 221); Blue value is 85 (33.59% from 255 or 38.46% from 221); Max value from RGB is 85 - color contains mainly: blue. Hex color #404855 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404855 is #BFB7AA. Grayscale: #474747. Windows color (decimal): -12564395 or 5589056. OLE color: 5589056.
HSL color Cylindrical-coordinate representation of color #404855: hue angle of 217.14º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #404855 is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 64 | 72 | 85 | - |
| CMYK | 0.25 | 0.15 | 0 | 0.67 |
| HSL | 217.14º | 0.14% | 0.29% | - |
| HSV(B) | 217.14º | 0.25% | 0.33% | - |
| XYZ | 6.07 | 6.38 | 9.51 | - |
| YUV | 71.09 | 135.85 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 72 | 85 | 0.25 | 0.15 | 0 | 0.67 | 217.14 | 0.14 | 0.29 |
| Hex | 40 | 48 | 55 | 19 | F | 0 | 43 | D9 | E | 1D |
| Octal | 100 | 110 | 125 | 31 | 17 | 0 | 103 | 331 | 16 | 35 |
| Binary | 1000000 | 1001000 | 1010101 | 11001 | 1111 | 0 | 1000011 | 11011001 | 1110 | 11101 |
Color Harmonies of #404855
Complementary color
Monochromatic Colors of #404855
Black with #404855
Text Example
Text Example
White with #404855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404855; }
p { color: rgb(64,72,85); }
H1.HeaderClassName
{
color: #404855;
}
.AnyTagClassName
{
color: #404855;
}
</style>
background-color css
<style>
a { background-color: #404855; }
a { background-color: rgb(64,72,85); }
div.DivClassName
{
background-color: #404855;
}
.BgClassName
{
background-color: #404855;
}
</style>
border-color css
<style>
span { border-color: #404855; }
span { border-color: rgb(64,72,85); }
td.TdClassName
{
border-color: #404855;
}
.TagClassName
{
border-color: #404855;
}
</style>