Shades of Rhino #404A55
Tints of Rhino #404A55
RGB
CMYK
RGB Variations
Color information
#404A55 (or 0x404A55) is known color: Rhino. HEX triplet: 40, 4A and 55. RGB value is (64,74,85). Sum of RGB (Red+Green+Blue) = 64+74+85=223 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.70% from 223); Green value is 74 (29.30% from 255 or 33.18% from 223); Blue value is 85 (33.59% from 255 or 38.12% from 223); Max value from RGB is 85 - color contains mainly: blue. Hex color #404A55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404A55 is #BFB5AA. Grayscale: #484848. Windows color (decimal): -12563883 or 5589568. OLE color: 5589568.
HSL color Cylindrical-coordinate representation of color #404A55: hue angle of 211.43º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #404A55 is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 64 | 74 | 85 | - |
| CMYK | 0.25 | 0.13 | 0 | 0.67 |
| HSL | 211.43º | 0.14% | 0.29% | - |
| HSV(B) | 211.43º | 0.25% | 0.33% | - |
| XYZ | 6.2 | 6.64 | 9.55 | - |
| YUV | 72.26 | 135.19 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 74 | 85 | 0.25 | 0.13 | 0 | 0.67 | 211.43 | 0.14 | 0.29 |
| Hex | 40 | 4A | 55 | 19 | D | 0 | 43 | D3 | E | 1D |
| Octal | 100 | 112 | 125 | 31 | 15 | 0 | 103 | 323 | 16 | 35 |
| Binary | 1000000 | 1001010 | 1010101 | 11001 | 1101 | 0 | 1000011 | 11010011 | 1110 | 11101 |
Color Harmonies of #404A55
Complementary color
Monochromatic Colors of #404A55
Black with #404A55
Text Example
Text Example
White with #404A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404A55; }
p { color: rgb(64,74,85); }
H1.HeaderClassName
{
color: #404A55;
}
.AnyTagClassName
{
color: #404A55;
}
</style>
background-color css
<style>
a { background-color: #404A55; }
a { background-color: rgb(64,74,85); }
div.DivClassName
{
background-color: #404A55;
}
.BgClassName
{
background-color: #404A55;
}
</style>
border-color css
<style>
span { border-color: #404A55; }
span { border-color: rgb(64,74,85); }
td.TdClassName
{
border-color: #404A55;
}
.TagClassName
{
border-color: #404A55;
}
</style>