Shades of Rhino #414956
Tints of Rhino #414956
RGB
CMYK
RGB Variations
Color information
#414956 (or 0x414956) is known color: Rhino. HEX triplet: 41, 49 and 56. RGB value is (65,73,86). Sum of RGB (Red+Green+Blue) = 65+73+86=224 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.02% from 224); Green value is 73 (28.91% from 255 or 32.59% from 224); Blue value is 86 (33.98% from 255 or 38.39% from 224); Max value from RGB is 86 - color contains mainly: blue. Hex color #414956 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414956 is #BEB6A9. Grayscale: #484848. Windows color (decimal): -12498602 or 5654849. OLE color: 5654849.
HSL color Cylindrical-coordinate representation of color #414956: hue angle of 217.14º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #414956 is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 65 | 73 | 86 | - |
| CMYK | 0.24 | 0.15 | 0 | 0.66 |
| HSL | 217.14º | 0.14% | 0.3% | - |
| HSV(B) | 217.14º | 0.24% | 0.34% | - |
| XYZ | 6.24 | 6.56 | 9.74 | - |
| YUV | 72.09 | 135.85 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 73 | 86 | 0.24 | 0.15 | 0 | 0.66 | 217.14 | 0.14 | 0.3 |
| Hex | 41 | 49 | 56 | 18 | F | 0 | 42 | D9 | E | 1E |
| Octal | 101 | 111 | 126 | 30 | 17 | 0 | 102 | 331 | 16 | 36 |
| Binary | 1000001 | 1001001 | 1010110 | 11000 | 1111 | 0 | 1000010 | 11011001 | 1110 | 11110 |
Color Harmonies of #414956
Complementary color
Monochromatic Colors of #414956
Black with #414956
Text Example
Text Example
White with #414956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414956; }
p { color: rgb(65,73,86); }
H1.HeaderClassName
{
color: #414956;
}
.AnyTagClassName
{
color: #414956;
}
</style>
background-color css
<style>
a { background-color: #414956; }
a { background-color: rgb(65,73,86); }
div.DivClassName
{
background-color: #414956;
}
.BgClassName
{
background-color: #414956;
}
</style>
border-color css
<style>
span { border-color: #414956; }
span { border-color: rgb(65,73,86); }
td.TdClassName
{
border-color: #414956;
}
.TagClassName
{
border-color: #414956;
}
</style>