Shades of Rhino #404B55
Tints of Rhino #404B55
RGB
CMYK
RGB Variations
Color information
#404B55 (or 0x404B55) is known color: Rhino. HEX triplet: 40, 4B and 55. RGB value is (64,75,85). Sum of RGB (Red+Green+Blue) = 64+75+85=224 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.57% from 224); Green value is 75 (29.69% from 255 or 33.48% from 224); Blue value is 85 (33.59% from 255 or 37.95% from 224); Max value from RGB is 85 - color contains mainly: blue. Hex color #404B55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404B55 is #BFB4AA. Grayscale: #484848. Windows color (decimal): -12563627 or 5589824. OLE color: 5589824.
HSL color Cylindrical-coordinate representation of color #404B55: hue angle of 208.57º 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 #404B55 is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 64 | 75 | 85 | - |
| CMYK | 0.25 | 0.12 | 0 | 0.67 |
| HSL | 208.57º | 0.14% | 0.29% | - |
| HSV(B) | 208.57º | 0.25% | 0.33% | - |
| XYZ | 6.27 | 6.78 | 9.57 | - |
| YUV | 72.85 | 134.86 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 75 | 85 | 0.25 | 0.12 | 0 | 0.67 | 208.57 | 0.14 | 0.29 |
| Hex | 40 | 4B | 55 | 19 | C | 0 | 43 | D1 | E | 1D |
| Octal | 100 | 113 | 125 | 31 | 14 | 0 | 103 | 321 | 16 | 35 |
| Binary | 1000000 | 1001011 | 1010101 | 11001 | 1100 | 0 | 1000011 | 11010001 | 1110 | 11101 |
Color Harmonies of #404B55
Complementary color
Monochromatic Colors of #404B55
Black with #404B55
Text Example
Text Example
White with #404B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404B55; }
p { color: rgb(64,75,85); }
H1.HeaderClassName
{
color: #404B55;
}
.AnyTagClassName
{
color: #404B55;
}
</style>
background-color css
<style>
a { background-color: #404B55; }
a { background-color: rgb(64,75,85); }
div.DivClassName
{
background-color: #404B55;
}
.BgClassName
{
background-color: #404B55;
}
</style>
border-color css
<style>
span { border-color: #404B55; }
span { border-color: rgb(64,75,85); }
td.TdClassName
{
border-color: #404B55;
}
.TagClassName
{
border-color: #404B55;
}
</style>