Shades of Rhino #404B5B
Tints of Rhino #404B5B
RGB
CMYK
RGB Variations
Color information
#404B5B (or 0x404B5B) is known color: Rhino. HEX triplet: 40, 4B and 5B. RGB value is (64,75,91). Sum of RGB (Red+Green+Blue) = 64+75+91=230 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.83% from 230); Green value is 75 (29.69% from 255 or 32.61% from 230); Blue value is 91 (35.94% from 255 or 39.57% from 230); Max value from RGB is 91 - color contains mainly: blue. Hex color #404B5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404B5B is #BFB4A4. Grayscale: #494949. Windows color (decimal): -12563621 or 5983040. OLE color: 5983040.
HSL color Cylindrical-coordinate representation of color #404B5B: hue angle of 215.56º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #404B5B is Cyan = 0.30, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 64 | 75 | 91 | - |
| CMYK | 0.30 | 0.18 | 0 | 0.64 |
| HSL | 215.56º | 0.17% | 0.3% | - |
| HSV(B) | 215.56º | 0.3% | 0.36% | - |
| XYZ | 6.52 | 6.88 | 10.88 | - |
| YUV | 73.54 | 137.86 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 75 | 91 | 0.30 | 0.18 | 0 | 0.64 | 215.56 | 0.17 | 0.3 |
| Hex | 40 | 4B | 5B | 1E | 12 | 0 | 40 | D8 | 11 | 1E |
| Octal | 100 | 113 | 133 | 36 | 22 | 0 | 100 | 330 | 21 | 36 |
| Binary | 1000000 | 1001011 | 1011011 | 11110 | 10010 | 0 | 1000000 | 11011000 | 10001 | 11110 |
Color Harmonies of #404B5B
Complementary color
Monochromatic Colors of #404B5B
Black with #404B5B
Text Example
Text Example
White with #404B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404B5B; }
p { color: rgb(64,75,91); }
H1.HeaderClassName
{
color: #404B5B;
}
.AnyTagClassName
{
color: #404B5B;
}
</style>
background-color css
<style>
a { background-color: #404B5B; }
a { background-color: rgb(64,75,91); }
div.DivClassName
{
background-color: #404B5B;
}
.BgClassName
{
background-color: #404B5B;
}
</style>
border-color css
<style>
span { border-color: #404B5B; }
span { border-color: rgb(64,75,91); }
td.TdClassName
{
border-color: #404B5B;
}
.TagClassName
{
border-color: #404B5B;
}
</style>