Shades of Rhino #414A59
Tints of Rhino #414A59
RGB
CMYK
RGB Variations
Color information
#414A59 (or 0x414A59) is known color: Rhino. HEX triplet: 41, 4A and 59. RGB value is (65,74,89). Sum of RGB (Red+Green+Blue) = 65+74+89=228 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.51% from 228); Green value is 74 (29.30% from 255 or 32.46% from 228); Blue value is 89 (35.16% from 255 or 39.04% from 228); Max value from RGB is 89 - color contains mainly: blue. Hex color #414A59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414A59 is #BEB5A6. Grayscale: #484848. Windows color (decimal): -12498343 or 5851713. OLE color: 5851713.
HSL color Cylindrical-coordinate representation of color #414A59: hue angle of 217.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 #414A59 is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 65 | 74 | 89 | - |
| CMYK | 0.27 | 0.17 | 0 | 0.65 |
| HSL | 217.5º | 0.16% | 0.3% | - |
| HSV(B) | 217.5º | 0.27% | 0.35% | - |
| XYZ | 6.43 | 6.74 | 10.41 | - |
| YUV | 73.02 | 137.02 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 74 | 89 | 0.27 | 0.17 | 0 | 0.65 | 217.5 | 0.16 | 0.3 |
| Hex | 41 | 4A | 59 | 1B | 11 | 0 | 41 | DA | 10 | 1E |
| Octal | 101 | 112 | 131 | 33 | 21 | 0 | 101 | 332 | 20 | 36 |
| Binary | 1000001 | 1001010 | 1011001 | 11011 | 10001 | 0 | 1000001 | 11011010 | 10000 | 11110 |
Color Harmonies of #414A59
Complementary color
Monochromatic Colors of #414A59
Black with #414A59
Text Example
Text Example
White with #414A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414A59; }
p { color: rgb(65,74,89); }
H1.HeaderClassName
{
color: #414A59;
}
.AnyTagClassName
{
color: #414A59;
}
</style>
background-color css
<style>
a { background-color: #414A59; }
a { background-color: rgb(65,74,89); }
div.DivClassName
{
background-color: #414A59;
}
.BgClassName
{
background-color: #414A59;
}
</style>
border-color css
<style>
span { border-color: #414A59; }
span { border-color: rgb(65,74,89); }
td.TdClassName
{
border-color: #414A59;
}
.TagClassName
{
border-color: #414A59;
}
</style>