Shades of Rhino #404B58
Tints of Rhino #404B58
RGB
CMYK
RGB Variations
Color information
#404B58 (or 0x404B58) is known color: Rhino. HEX triplet: 40, 4B and 58. RGB value is (64,75,88). Sum of RGB (Red+Green+Blue) = 64+75+88=227 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.19% from 227); Green value is 75 (29.69% from 255 or 33.04% from 227); Blue value is 88 (34.77% from 255 or 38.77% from 227); Max value from RGB is 88 - color contains mainly: blue. Hex color #404B58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404B58 is #BFB4A7. Grayscale: #494949. Windows color (decimal): -12563624 or 5786432. OLE color: 5786432.
HSL color Cylindrical-coordinate representation of color #404B58: hue angle of 212.5º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #404B58 is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 64 | 75 | 88 | - |
| CMYK | 0.27 | 0.15 | 0 | 0.65 |
| HSL | 212.5º | 0.16% | 0.3% | - |
| HSV(B) | 212.5º | 0.27% | 0.35% | - |
| XYZ | 6.39 | 6.83 | 10.21 | - |
| YUV | 73.19 | 136.36 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 75 | 88 | 0.27 | 0.15 | 0 | 0.65 | 212.5 | 0.16 | 0.3 |
| Hex | 40 | 4B | 58 | 1B | F | 0 | 41 | D4 | 10 | 1E |
| Octal | 100 | 113 | 130 | 33 | 17 | 0 | 101 | 324 | 20 | 36 |
| Binary | 1000000 | 1001011 | 1011000 | 11011 | 1111 | 0 | 1000001 | 11010100 | 10000 | 11110 |
Color Harmonies of #404B58
Complementary color
Monochromatic Colors of #404B58
Black with #404B58
Text Example
Text Example
White with #404B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404B58; }
p { color: rgb(64,75,88); }
H1.HeaderClassName
{
color: #404B58;
}
.AnyTagClassName
{
color: #404B58;
}
</style>
background-color css
<style>
a { background-color: #404B58; }
a { background-color: rgb(64,75,88); }
div.DivClassName
{
background-color: #404B58;
}
.BgClassName
{
background-color: #404B58;
}
</style>
border-color css
<style>
span { border-color: #404B58; }
span { border-color: rgb(64,75,88); }
td.TdClassName
{
border-color: #404B58;
}
.TagClassName
{
border-color: #404B58;
}
</style>