Shades of Rhino #404853
Tints of Rhino #404853
RGB
CMYK
RGB Variations
Color information
#404853 (or 0x404853) is known color: Rhino. HEX triplet: 40, 48 and 53. RGB value is (64,72,83). Sum of RGB (Red+Green+Blue) = 64+72+83=219 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.22% from 219); Green value is 72 (28.52% from 255 or 32.88% from 219); Blue value is 83 (32.81% from 255 or 37.90% from 219); Max value from RGB is 83 - color contains mainly: blue. Hex color #404853 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404853 is #BFB7AC. Grayscale: #464646. Windows color (decimal): -12564397 or 5457984. OLE color: 5457984.
HSL color Cylindrical-coordinate representation of color #404853: hue angle of 214.74º 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 #404853 is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 64 | 72 | 83 | - |
| CMYK | 0.23 | 0.13 | 0 | 0.67 |
| HSL | 214.74º | 0.13% | 0.29% | - |
| HSV(B) | 214.74º | 0.23% | 0.33% | - |
| XYZ | 5.99 | 6.35 | 9.09 | - |
| YUV | 70.86 | 134.85 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 72 | 83 | 0.23 | 0.13 | 0 | 0.67 | 214.74 | 0.13 | 0.29 |
| Hex | 40 | 48 | 53 | 17 | D | 0 | 43 | D7 | D | 1D |
| Octal | 100 | 110 | 123 | 27 | 15 | 0 | 103 | 327 | 15 | 35 |
| Binary | 1000000 | 1001000 | 1010011 | 10111 | 1101 | 0 | 1000011 | 11010111 | 1101 | 11101 |
Color Harmonies of #404853
Complementary color
Monochromatic Colors of #404853
Black with #404853
Text Example
Text Example
White with #404853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404853; }
p { color: rgb(64,72,83); }
H1.HeaderClassName
{
color: #404853;
}
.AnyTagClassName
{
color: #404853;
}
</style>
background-color css
<style>
a { background-color: #404853; }
a { background-color: rgb(64,72,83); }
div.DivClassName
{
background-color: #404853;
}
.BgClassName
{
background-color: #404853;
}
</style>
border-color css
<style>
span { border-color: #404853; }
span { border-color: rgb(64,72,83); }
td.TdClassName
{
border-color: #404853;
}
.TagClassName
{
border-color: #404853;
}
</style>