Shades of Rhino #404B57
Tints of Rhino #404B57
RGB
CMYK
RGB Variations
Color information
#404B57 (or 0x404B57) is known color: Rhino. HEX triplet: 40, 4B and 57. RGB value is (64,75,87). Sum of RGB (Red+Green+Blue) = 64+75+87=226 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.32% from 226); Green value is 75 (29.69% from 255 or 33.19% from 226); Blue value is 87 (34.38% from 255 or 38.50% from 226); Max value from RGB is 87 - color contains mainly: blue. Hex color #404B57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404B57 is #BFB4A8. Grayscale: #494949. Windows color (decimal): -12563625 or 5720896. OLE color: 5720896.
HSL color Cylindrical-coordinate representation of color #404B57: hue angle of 211.3º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #404B57 is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 64 | 75 | 87 | - |
| CMYK | 0.26 | 0.14 | 0 | 0.66 |
| HSL | 211.3º | 0.15% | 0.3% | - |
| HSV(B) | 211.3º | 0.26% | 0.34% | - |
| XYZ | 6.35 | 6.81 | 10 | - |
| YUV | 73.08 | 135.86 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 75 | 87 | 0.26 | 0.14 | 0 | 0.66 | 211.3 | 0.15 | 0.3 |
| Hex | 40 | 4B | 57 | 1A | E | 0 | 42 | D3 | F | 1E |
| Octal | 100 | 113 | 127 | 32 | 16 | 0 | 102 | 323 | 17 | 36 |
| Binary | 1000000 | 1001011 | 1010111 | 11010 | 1110 | 0 | 1000010 | 11010011 | 1111 | 11110 |
Color Harmonies of #404B57
Complementary color
Monochromatic Colors of #404B57
Black with #404B57
Text Example
Text Example
White with #404B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404B57; }
p { color: rgb(64,75,87); }
H1.HeaderClassName
{
color: #404B57;
}
.AnyTagClassName
{
color: #404B57;
}
</style>
background-color css
<style>
a { background-color: #404B57; }
a { background-color: rgb(64,75,87); }
div.DivClassName
{
background-color: #404B57;
}
.BgClassName
{
background-color: #404B57;
}
</style>
border-color css
<style>
span { border-color: #404B57; }
span { border-color: rgb(64,75,87); }
td.TdClassName
{
border-color: #404B57;
}
.TagClassName
{
border-color: #404B57;
}
</style>