Shades of Rhino #414C5A
Tints of Rhino #414C5A
RGB
CMYK
RGB Variations
Color information
#414C5A (or 0x414C5A) is known color: Rhino. HEX triplet: 41, 4C and 5A. RGB value is (65,76,90). Sum of RGB (Red+Green+Blue) = 65+76+90=231 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.14% from 231); Green value is 76 (30.08% from 255 or 32.90% from 231); Blue value is 90 (35.55% from 255 or 38.96% from 231); Max value from RGB is 90 - color contains mainly: blue. Hex color #414C5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414C5A is #BEB3A5. Grayscale: #4A4A4A. Windows color (decimal): -12497830 or 5917761. OLE color: 5917761.
HSL color Cylindrical-coordinate representation of color #414C5A: hue angle of 213.6º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #414C5A is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 65 | 76 | 90 | - |
| CMYK | 0.28 | 0.16 | 0 | 0.65 |
| HSL | 213.6º | 0.16% | 0.3% | - |
| HSV(B) | 213.6º | 0.28% | 0.35% | - |
| XYZ | 6.61 | 7.03 | 10.68 | - |
| YUV | 74.31 | 136.86 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 76 | 90 | 0.28 | 0.16 | 0 | 0.65 | 213.6 | 0.16 | 0.3 |
| Hex | 41 | 4C | 5A | 1C | 10 | 0 | 41 | D6 | 10 | 1E |
| Octal | 101 | 114 | 132 | 34 | 20 | 0 | 101 | 326 | 20 | 36 |
| Binary | 1000001 | 1001100 | 1011010 | 11100 | 10000 | 0 | 1000001 | 11010110 | 10000 | 11110 |
Color Harmonies of #414C5A
Complementary color
Monochromatic Colors of #414C5A
Black with #414C5A
Text Example
Text Example
White with #414C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414C5A; }
p { color: rgb(65,76,90); }
H1.HeaderClassName
{
color: #414C5A;
}
.AnyTagClassName
{
color: #414C5A;
}
</style>
background-color css
<style>
a { background-color: #414C5A; }
a { background-color: rgb(65,76,90); }
div.DivClassName
{
background-color: #414C5A;
}
.BgClassName
{
background-color: #414C5A;
}
</style>
border-color css
<style>
span { border-color: #414C5A; }
span { border-color: rgb(65,76,90); }
td.TdClassName
{
border-color: #414C5A;
}
.TagClassName
{
border-color: #414C5A;
}
</style>