Shades of Rhino #414A57
Tints of Rhino #414A57
RGB
CMYK
RGB Variations
Color information
#414A57 (or 0x414A57) is known color: Rhino. HEX triplet: 41, 4A and 57. RGB value is (65,74,87). Sum of RGB (Red+Green+Blue) = 65+74+87=226 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.76% from 226); Green value is 74 (29.30% from 255 or 32.74% from 226); Blue value is 87 (34.38% from 255 or 38.50% from 226); Max value from RGB is 87 - color contains mainly: blue. Hex color #414A57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414A57 is #BEB5A8. Grayscale: #484848. Windows color (decimal): -12498345 or 5720641. OLE color: 5720641.
HSL color Cylindrical-coordinate representation of color #414A57: hue angle of 215.45º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #414A57 is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 65 | 74 | 87 | - |
| CMYK | 0.25 | 0.15 | 0 | 0.66 |
| HSL | 215.45º | 0.14% | 0.3% | - |
| HSV(B) | 215.45º | 0.25% | 0.34% | - |
| XYZ | 6.35 | 6.71 | 9.98 | - |
| YUV | 72.79 | 136.02 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 74 | 87 | 0.25 | 0.15 | 0 | 0.66 | 215.45 | 0.14 | 0.3 |
| Hex | 41 | 4A | 57 | 19 | F | 0 | 42 | D7 | E | 1E |
| Octal | 101 | 112 | 127 | 31 | 17 | 0 | 102 | 327 | 16 | 36 |
| Binary | 1000001 | 1001010 | 1010111 | 11001 | 1111 | 0 | 1000010 | 11010111 | 1110 | 11110 |
Color Harmonies of #414A57
Complementary color
Monochromatic Colors of #414A57
Black with #414A57
Text Example
Text Example
White with #414A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414A57; }
p { color: rgb(65,74,87); }
H1.HeaderClassName
{
color: #414A57;
}
.AnyTagClassName
{
color: #414A57;
}
</style>
background-color css
<style>
a { background-color: #414A57; }
a { background-color: rgb(65,74,87); }
div.DivClassName
{
background-color: #414A57;
}
.BgClassName
{
background-color: #414A57;
}
</style>
border-color css
<style>
span { border-color: #414A57; }
span { border-color: rgb(65,74,87); }
td.TdClassName
{
border-color: #414A57;
}
.TagClassName
{
border-color: #414A57;
}
</style>