Shades of Rhino #414C5B
Tints of Rhino #414C5B
RGB
CMYK
RGB Variations
Color information
#414C5B (or 0x414C5B) is known color: Rhino. HEX triplet: 41, 4C and 5B. RGB value is (65,76,91). Sum of RGB (Red+Green+Blue) = 65+76+91=232 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.02% from 232); Green value is 76 (30.08% from 255 or 32.76% from 232); Blue value is 91 (35.94% from 255 or 39.22% from 232); Max value from RGB is 91 - color contains mainly: blue. Hex color #414C5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414C5B is #BEB3A4. Grayscale: #4A4A4A. Windows color (decimal): -12497829 or 5983297. OLE color: 5983297.
HSL color Cylindrical-coordinate representation of color #414C5B: hue angle of 214.62º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #414C5B is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 65 | 76 | 91 | - |
| CMYK | 0.29 | 0.16 | 0 | 0.64 |
| HSL | 214.62º | 0.17% | 0.31% | - |
| HSV(B) | 214.62º | 0.29% | 0.36% | - |
| XYZ | 6.65 | 7.05 | 10.91 | - |
| YUV | 74.42 | 137.36 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 76 | 91 | 0.29 | 0.16 | 0 | 0.64 | 214.62 | 0.17 | 0.31 |
| Hex | 41 | 4C | 5B | 1D | 10 | 0 | 40 | D7 | 11 | 1F |
| Octal | 101 | 114 | 133 | 35 | 20 | 0 | 100 | 327 | 21 | 37 |
| Binary | 1000001 | 1001100 | 1011011 | 11101 | 10000 | 0 | 1000000 | 11010111 | 10001 | 11111 |
Color Harmonies of #414C5B
Complementary color
Monochromatic Colors of #414C5B
Black with #414C5B
Text Example
Text Example
White with #414C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414C5B; }
p { color: rgb(65,76,91); }
H1.HeaderClassName
{
color: #414C5B;
}
.AnyTagClassName
{
color: #414C5B;
}
</style>
background-color css
<style>
a { background-color: #414C5B; }
a { background-color: rgb(65,76,91); }
div.DivClassName
{
background-color: #414C5B;
}
.BgClassName
{
background-color: #414C5B;
}
</style>
border-color css
<style>
span { border-color: #414C5B; }
span { border-color: rgb(65,76,91); }
td.TdClassName
{
border-color: #414C5B;
}
.TagClassName
{
border-color: #414C5B;
}
</style>