Shades of Rhino #414C59
Tints of Rhino #414C59
RGB
CMYK
RGB Variations
Color information
#414C59 (or 0x414C59) is known color: Rhino. HEX triplet: 41, 4C and 59. RGB value is (65,76,89). Sum of RGB (Red+Green+Blue) = 65+76+89=230 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.26% from 230); Green value is 76 (30.08% from 255 or 33.04% from 230); Blue value is 89 (35.16% from 255 or 38.70% from 230); Max value from RGB is 89 - color contains mainly: blue. Hex color #414C59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414C59 is #BEB3A6. Grayscale: #4A4A4A. Windows color (decimal): -12497831 or 5852225. OLE color: 5852225.
HSL color Cylindrical-coordinate representation of color #414C59: hue angle of 212.5º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #414C59 is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 65 | 76 | 89 | - |
| CMYK | 0.27 | 0.15 | 0 | 0.65 |
| HSL | 212.5º | 0.16% | 0.3% | - |
| HSV(B) | 212.5º | 0.27% | 0.35% | - |
| XYZ | 6.57 | 7.01 | 10.46 | - |
| YUV | 74.19 | 136.36 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 76 | 89 | 0.27 | 0.15 | 0 | 0.65 | 212.5 | 0.16 | 0.3 |
| Hex | 41 | 4C | 59 | 1B | F | 0 | 41 | D4 | 10 | 1E |
| Octal | 101 | 114 | 131 | 33 | 17 | 0 | 101 | 324 | 20 | 36 |
| Binary | 1000001 | 1001100 | 1011001 | 11011 | 1111 | 0 | 1000001 | 11010100 | 10000 | 11110 |
Color Harmonies of #414C59
Complementary color
Monochromatic Colors of #414C59
Black with #414C59
Text Example
Text Example
White with #414C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414C59; }
p { color: rgb(65,76,89); }
H1.HeaderClassName
{
color: #414C59;
}
.AnyTagClassName
{
color: #414C59;
}
</style>
background-color css
<style>
a { background-color: #414C59; }
a { background-color: rgb(65,76,89); }
div.DivClassName
{
background-color: #414C59;
}
.BgClassName
{
background-color: #414C59;
}
</style>
border-color css
<style>
span { border-color: #414C59; }
span { border-color: rgb(65,76,89); }
td.TdClassName
{
border-color: #414C59;
}
.TagClassName
{
border-color: #414C59;
}
</style>