Shades of Rhino #404955
Tints of Rhino #404955
RGB
CMYK
RGB Variations
Color information
#404955 (or 0x404955) is known color: Rhino. HEX triplet: 40, 49 and 55. RGB value is (64,73,85). Sum of RGB (Red+Green+Blue) = 64+73+85=222 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.83% from 222); Green value is 73 (28.91% from 255 or 32.88% from 222); Blue value is 85 (33.59% from 255 or 38.29% from 222); Max value from RGB is 85 - color contains mainly: blue. Hex color #404955 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404955 is #BFB6AA. Grayscale: #474747. Windows color (decimal): -12564139 or 5589312. OLE color: 5589312.
HSL color Cylindrical-coordinate representation of color #404955: hue angle of 214.29º 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 #404955 is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 64 | 73 | 85 | - |
| CMYK | 0.25 | 0.14 | 0 | 0.67 |
| HSL | 214.29º | 0.14% | 0.29% | - |
| HSV(B) | 214.29º | 0.25% | 0.33% | - |
| XYZ | 6.14 | 6.51 | 9.53 | - |
| YUV | 71.68 | 135.52 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 73 | 85 | 0.25 | 0.14 | 0 | 0.67 | 214.29 | 0.14 | 0.29 |
| Hex | 40 | 49 | 55 | 19 | E | 0 | 43 | D6 | E | 1D |
| Octal | 100 | 111 | 125 | 31 | 16 | 0 | 103 | 326 | 16 | 35 |
| Binary | 1000000 | 1001001 | 1010101 | 11001 | 1110 | 0 | 1000011 | 11010110 | 1110 | 11101 |
Color Harmonies of #404955
Complementary color
Monochromatic Colors of #404955
Black with #404955
Text Example
Text Example
White with #404955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404955; }
p { color: rgb(64,73,85); }
H1.HeaderClassName
{
color: #404955;
}
.AnyTagClassName
{
color: #404955;
}
</style>
background-color css
<style>
a { background-color: #404955; }
a { background-color: rgb(64,73,85); }
div.DivClassName
{
background-color: #404955;
}
.BgClassName
{
background-color: #404955;
}
</style>
border-color css
<style>
span { border-color: #404955; }
span { border-color: rgb(64,73,85); }
td.TdClassName
{
border-color: #404955;
}
.TagClassName
{
border-color: #404955;
}
</style>