Shades of Rhino #404953
Tints of Rhino #404953
RGB
CMYK
RGB Variations
Color information
#404953 (or 0x404953) is known color: Rhino. HEX triplet: 40, 49 and 53. RGB value is (64,73,83). Sum of RGB (Red+Green+Blue) = 64+73+83=220 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.09% from 220); Green value is 73 (28.91% from 255 or 33.18% from 220); Blue value is 83 (32.81% from 255 or 37.73% from 220); Max value from RGB is 83 - color contains mainly: blue. Hex color #404953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404953 is #BFB6AC. Grayscale: #474747. Windows color (decimal): -12564141 or 5458240. OLE color: 5458240.
HSL color Cylindrical-coordinate representation of color #404953: hue angle of 211.58º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #404953 is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 64 | 73 | 83 | - |
| CMYK | 0.23 | 0.12 | 0 | 0.67 |
| HSL | 211.58º | 0.13% | 0.29% | - |
| HSV(B) | 211.58º | 0.23% | 0.33% | - |
| XYZ | 6.06 | 6.48 | 9.12 | - |
| YUV | 71.45 | 134.52 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 73 | 83 | 0.23 | 0.12 | 0 | 0.67 | 211.58 | 0.13 | 0.29 |
| Hex | 40 | 49 | 53 | 17 | C | 0 | 43 | D4 | D | 1D |
| Octal | 100 | 111 | 123 | 27 | 14 | 0 | 103 | 324 | 15 | 35 |
| Binary | 1000000 | 1001001 | 1010011 | 10111 | 1100 | 0 | 1000011 | 11010100 | 1101 | 11101 |
Color Harmonies of #404953
Complementary color
Monochromatic Colors of #404953
Black with #404953
Text Example
Text Example
White with #404953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404953; }
p { color: rgb(64,73,83); }
H1.HeaderClassName
{
color: #404953;
}
.AnyTagClassName
{
color: #404953;
}
</style>
background-color css
<style>
a { background-color: #404953; }
a { background-color: rgb(64,73,83); }
div.DivClassName
{
background-color: #404953;
}
.BgClassName
{
background-color: #404953;
}
</style>
border-color css
<style>
span { border-color: #404953; }
span { border-color: rgb(64,73,83); }
td.TdClassName
{
border-color: #404953;
}
.TagClassName
{
border-color: #404953;
}
</style>