Shades of Rhino #404A5B
Tints of Rhino #404A5B
RGB
CMYK
RGB Variations
Color information
#404A5B (or 0x404A5B) is known color: Rhino. HEX triplet: 40, 4A and 5B. RGB value is (64,74,91). Sum of RGB (Red+Green+Blue) = 64+74+91=229 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.95% from 229); Green value is 74 (29.30% from 255 or 32.31% from 229); Blue value is 91 (35.94% from 255 or 39.74% from 229); Max value from RGB is 91 - color contains mainly: blue. Hex color #404A5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404A5B is #BFB5A4. Grayscale: #484848. Windows color (decimal): -12563877 or 5982784. OLE color: 5982784.
HSL color Cylindrical-coordinate representation of color #404A5B: hue angle of 217.78º 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 #404A5B is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 64 | 74 | 91 | - |
| CMYK | 0.30 | 0.19 | 0 | 0.64 |
| HSL | 217.78º | 0.17% | 0.3% | - |
| HSV(B) | 217.78º | 0.3% | 0.36% | - |
| XYZ | 6.45 | 6.74 | 10.86 | - |
| YUV | 72.95 | 138.19 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 74 | 91 | 0.30 | 0.19 | 0 | 0.64 | 217.78 | 0.17 | 0.3 |
| Hex | 40 | 4A | 5B | 1E | 13 | 0 | 40 | DA | 11 | 1E |
| Octal | 100 | 112 | 133 | 36 | 23 | 0 | 100 | 332 | 21 | 36 |
| Binary | 1000000 | 1001010 | 1011011 | 11110 | 10011 | 0 | 1000000 | 11011010 | 10001 | 11110 |
Color Harmonies of #404A5B
Complementary color
Monochromatic Colors of #404A5B
Black with #404A5B
Text Example
Text Example
White with #404A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404A5B; }
p { color: rgb(64,74,91); }
H1.HeaderClassName
{
color: #404A5B;
}
.AnyTagClassName
{
color: #404A5B;
}
</style>
background-color css
<style>
a { background-color: #404A5B; }
a { background-color: rgb(64,74,91); }
div.DivClassName
{
background-color: #404A5B;
}
.BgClassName
{
background-color: #404A5B;
}
</style>
border-color css
<style>
span { border-color: #404A5B; }
span { border-color: rgb(64,74,91); }
td.TdClassName
{
border-color: #404A5B;
}
.TagClassName
{
border-color: #404A5B;
}
</style>