Shades of Rhino #414958
Tints of Rhino #414958
RGB
CMYK
RGB Variations
Color information
#414958 (or 0x414958) is known color: Rhino. HEX triplet: 41, 49 and 58. RGB value is (65,73,88). Sum of RGB (Red+Green+Blue) = 65+73+88=226 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.76% from 226); Green value is 73 (28.91% from 255 or 32.30% from 226); Blue value is 88 (34.77% from 255 or 38.94% from 226); Max value from RGB is 88 - color contains mainly: blue. Hex color #414958 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414958 is #BEB6A7. Grayscale: #484848. Windows color (decimal): -12498600 or 5785921. OLE color: 5785921.
HSL color Cylindrical-coordinate representation of color #414958: hue angle of 219.13º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #414958 is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 65 | 73 | 88 | - |
| CMYK | 0.26 | 0.17 | 0 | 0.65 |
| HSL | 219.13º | 0.15% | 0.3% | - |
| HSV(B) | 219.13º | 0.26% | 0.35% | - |
| XYZ | 6.32 | 6.59 | 10.17 | - |
| YUV | 72.32 | 136.85 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 73 | 88 | 0.26 | 0.17 | 0 | 0.65 | 219.13 | 0.15 | 0.3 |
| Hex | 41 | 49 | 58 | 1A | 11 | 0 | 41 | DB | F | 1E |
| Octal | 101 | 111 | 130 | 32 | 21 | 0 | 101 | 333 | 17 | 36 |
| Binary | 1000001 | 1001001 | 1011000 | 11010 | 10001 | 0 | 1000001 | 11011011 | 1111 | 11110 |
Color Harmonies of #414958
Complementary color
Monochromatic Colors of #414958
Black with #414958
Text Example
Text Example
White with #414958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414958; }
p { color: rgb(65,73,88); }
H1.HeaderClassName
{
color: #414958;
}
.AnyTagClassName
{
color: #414958;
}
</style>
background-color css
<style>
a { background-color: #414958; }
a { background-color: rgb(65,73,88); }
div.DivClassName
{
background-color: #414958;
}
.BgClassName
{
background-color: #414958;
}
</style>
border-color css
<style>
span { border-color: #414958; }
span { border-color: rgb(65,73,88); }
td.TdClassName
{
border-color: #414958;
}
.TagClassName
{
border-color: #414958;
}
</style>