Shades of Rhino #414957
Tints of Rhino #414957
RGB
CMYK
RGB Variations
Color information
#414957 (or 0x414957) is known color: Rhino. HEX triplet: 41, 49 and 57. RGB value is (65,73,87). Sum of RGB (Red+Green+Blue) = 65+73+87=225 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.89% from 225); Green value is 73 (28.91% from 255 or 32.44% from 225); Blue value is 87 (34.38% from 255 or 38.67% from 225); Max value from RGB is 87 - color contains mainly: blue. Hex color #414957 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414957 is #BEB6A8. Grayscale: #484848. Windows color (decimal): -12498601 or 5720385. OLE color: 5720385.
HSL color Cylindrical-coordinate representation of color #414957: hue angle of 218.18º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #414957 is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 65 | 73 | 87 | - |
| CMYK | 0.25 | 0.16 | 0 | 0.66 |
| HSL | 218.18º | 0.14% | 0.3% | - |
| HSV(B) | 218.18º | 0.25% | 0.34% | - |
| XYZ | 6.28 | 6.58 | 9.96 | - |
| YUV | 72.2 | 136.35 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 73 | 87 | 0.25 | 0.16 | 0 | 0.66 | 218.18 | 0.14 | 0.3 |
| Hex | 41 | 49 | 57 | 19 | 10 | 0 | 42 | DA | E | 1E |
| Octal | 101 | 111 | 127 | 31 | 20 | 0 | 102 | 332 | 16 | 36 |
| Binary | 1000001 | 1001001 | 1010111 | 11001 | 10000 | 0 | 1000010 | 11011010 | 1110 | 11110 |
Color Harmonies of #414957
Complementary color
Monochromatic Colors of #414957
Black with #414957
Text Example
Text Example
White with #414957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414957; }
p { color: rgb(65,73,87); }
H1.HeaderClassName
{
color: #414957;
}
.AnyTagClassName
{
color: #414957;
}
</style>
background-color css
<style>
a { background-color: #414957; }
a { background-color: rgb(65,73,87); }
div.DivClassName
{
background-color: #414957;
}
.BgClassName
{
background-color: #414957;
}
</style>
border-color css
<style>
span { border-color: #414957; }
span { border-color: rgb(65,73,87); }
td.TdClassName
{
border-color: #414957;
}
.TagClassName
{
border-color: #414957;
}
</style>