Shades of Rhino #404A54
Tints of Rhino #404A54
RGB
CMYK
RGB Variations
Color information
#404A54 (or 0x404A54) is known color: Rhino. HEX triplet: 40, 4A and 54. RGB value is (64,74,84). Sum of RGB (Red+Green+Blue) = 64+74+84=222 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.83% from 222); Green value is 74 (29.30% from 255 or 33.33% from 222); Blue value is 84 (33.20% from 255 or 37.84% from 222); Max value from RGB is 84 - color contains mainly: blue. Hex color #404A54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404A54 is #BFB5AB. Grayscale: #484848. Windows color (decimal): -12563884 or 5524032. OLE color: 5524032.
HSL color Cylindrical-coordinate representation of color #404A54: hue angle of 210º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #404A54 is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 64 | 74 | 84 | - |
| CMYK | 0.24 | 0.12 | 0 | 0.67 |
| HSL | 210º | 0.14% | 0.29% | - |
| HSV(B) | 210º | 0.24% | 0.33% | - |
| XYZ | 6.16 | 6.63 | 9.34 | - |
| YUV | 72.15 | 134.69 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 74 | 84 | 0.24 | 0.12 | 0 | 0.67 | 210 | 0.14 | 0.29 |
| Hex | 40 | 4A | 54 | 18 | C | 0 | 43 | D2 | E | 1D |
| Octal | 100 | 112 | 124 | 30 | 14 | 0 | 103 | 322 | 16 | 35 |
| Binary | 1000000 | 1001010 | 1010100 | 11000 | 1100 | 0 | 1000011 | 11010010 | 1110 | 11101 |
Color Harmonies of #404A54
Complementary color
Monochromatic Colors of #404A54
Black with #404A54
Text Example
Text Example
White with #404A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404A54; }
p { color: rgb(64,74,84); }
H1.HeaderClassName
{
color: #404A54;
}
.AnyTagClassName
{
color: #404A54;
}
</style>
background-color css
<style>
a { background-color: #404A54; }
a { background-color: rgb(64,74,84); }
div.DivClassName
{
background-color: #404A54;
}
.BgClassName
{
background-color: #404A54;
}
</style>
border-color css
<style>
span { border-color: #404A54; }
span { border-color: rgb(64,74,84); }
td.TdClassName
{
border-color: #404A54;
}
.TagClassName
{
border-color: #404A54;
}
</style>