Shades of Rhino #414850
Tints of Rhino #414850
RGB
CMYK
RGB Variations
Color information
#414850 (or 0x414850) is known color: Rhino. HEX triplet: 41, 48 and 50. RGB value is (65,72,80). Sum of RGB (Red+Green+Blue) = 65+72+80=217 (28% of max value = 765). Red value is 65 (25.78% from 255 or 29.95% from 217); Green value is 72 (28.52% from 255 or 33.18% from 217); Blue value is 80 (31.64% from 255 or 36.87% from 217); Max value from RGB is 80 - color contains mainly: blue. Hex color #414850 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414850 is #BEB7AF. Grayscale: #464646. Windows color (decimal): -12498864 or 5261377. OLE color: 5261377.
HSL color Cylindrical-coordinate representation of color #414850: hue angle of 212º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #414850 is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 65 | 72 | 80 | - |
| CMYK | 0.19 | 0.10 | 0 | 0.69 |
| HSL | 212º | 0.1% | 0.28% | - |
| HSV(B) | 212º | 0.19% | 0.31% | - |
| XYZ | 5.95 | 6.34 | 8.5 | - |
| YUV | 70.82 | 133.18 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 72 | 80 | 0.19 | 0.10 | 0 | 0.69 | 212 | 0.1 | 0.28 |
| Hex | 41 | 48 | 50 | 13 | A | 0 | 45 | D4 | A | 1C |
| Octal | 101 | 110 | 120 | 23 | 12 | 0 | 105 | 324 | 12 | 34 |
| Binary | 1000001 | 1001000 | 1010000 | 10011 | 1010 | 0 | 1000101 | 11010100 | 1010 | 11100 |
Color Harmonies of #414850
Complementary color
Monochromatic Colors of #414850
Black with #414850
Text Example
Text Example
White with #414850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414850; }
p { color: rgb(65,72,80); }
H1.HeaderClassName
{
color: #414850;
}
.AnyTagClassName
{
color: #414850;
}
</style>
background-color css
<style>
a { background-color: #414850; }
a { background-color: rgb(65,72,80); }
div.DivClassName
{
background-color: #414850;
}
.BgClassName
{
background-color: #414850;
}
</style>
border-color css
<style>
span { border-color: #414850; }
span { border-color: rgb(65,72,80); }
td.TdClassName
{
border-color: #414850;
}
.TagClassName
{
border-color: #414850;
}
</style>