Shades of Rhino #404C5D
Tints of Rhino #404C5D
RGB
CMYK
RGB Variations
Color information
#404C5D (or 0x404C5D) is known color: Rhino. HEX triplet: 40, 4C and 5D. RGB value is (64,76,93). Sum of RGB (Red+Green+Blue) = 64+76+93=233 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.47% from 233); Green value is 76 (30.08% from 255 or 32.62% from 233); Blue value is 93 (36.72% from 255 or 39.91% from 233); Max value from RGB is 93 - color contains mainly: blue. Hex color #404C5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404C5D is #BFB3A2. Grayscale: #4A4A4A. Windows color (decimal): -12563363 or 6114368. OLE color: 6114368.
HSL color Cylindrical-coordinate representation of color #404C5D: hue angle of 215.17º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #404C5D is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 64 | 76 | 93 | - |
| CMYK | 0.31 | 0.18 | 0 | 0.64 |
| HSL | 215.17º | 0.18% | 0.31% | - |
| HSV(B) | 215.17º | 0.31% | 0.36% | - |
| XYZ | 6.67 | 7.05 | 11.36 | - |
| YUV | 74.35 | 138.52 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 76 | 93 | 0.31 | 0.18 | 0 | 0.64 | 215.17 | 0.18 | 0.31 |
| Hex | 40 | 4C | 5D | 1F | 12 | 0 | 40 | D7 | 12 | 1F |
| Octal | 100 | 114 | 135 | 37 | 22 | 0 | 100 | 327 | 22 | 37 |
| Binary | 1000000 | 1001100 | 1011101 | 11111 | 10010 | 0 | 1000000 | 11010111 | 10010 | 11111 |
Color Harmonies of #404C5D
Complementary color
Monochromatic Colors of #404C5D
Black with #404C5D
Text Example
Text Example
White with #404C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404C5D; }
p { color: rgb(64,76,93); }
H1.HeaderClassName
{
color: #404C5D;
}
.AnyTagClassName
{
color: #404C5D;
}
</style>
background-color css
<style>
a { background-color: #404C5D; }
a { background-color: rgb(64,76,93); }
div.DivClassName
{
background-color: #404C5D;
}
.BgClassName
{
background-color: #404C5D;
}
</style>
border-color css
<style>
span { border-color: #404C5D; }
span { border-color: rgb(64,76,93); }
td.TdClassName
{
border-color: #404C5D;
}
.TagClassName
{
border-color: #404C5D;
}
</style>