Shades of Rhino #414A54
Tints of Rhino #414A54
RGB
CMYK
RGB Variations
Color information
#414A54 (or 0x414A54) is known color: Rhino. HEX triplet: 41, 4A and 54. RGB value is (65,74,84). Sum of RGB (Red+Green+Blue) = 65+74+84=223 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.15% from 223); Green value is 74 (29.30% from 255 or 33.18% from 223); Blue value is 84 (33.20% from 255 or 37.67% from 223); Max value from RGB is 84 - color contains mainly: blue. Hex color #414A54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414A54 is #BEB5AB. Grayscale: #484848. Windows color (decimal): -12498348 or 5524033. OLE color: 5524033.
HSL color Cylindrical-coordinate representation of color #414A54: hue angle of 211.58º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #414A54 is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 65 | 74 | 84 | - |
| CMYK | 0.23 | 0.12 | 0 | 0.67 |
| HSL | 211.58º | 0.13% | 0.29% | - |
| HSV(B) | 211.58º | 0.23% | 0.33% | - |
| XYZ | 6.23 | 6.66 | 9.34 | - |
| YUV | 72.45 | 134.52 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 74 | 84 | 0.23 | 0.12 | 0 | 0.67 | 211.58 | 0.13 | 0.29 |
| Hex | 41 | 4A | 54 | 17 | C | 0 | 43 | D4 | D | 1D |
| Octal | 101 | 112 | 124 | 27 | 14 | 0 | 103 | 324 | 15 | 35 |
| Binary | 1000001 | 1001010 | 1010100 | 10111 | 1100 | 0 | 1000011 | 11010100 | 1101 | 11101 |
Color Harmonies of #414A54
Complementary color
Monochromatic Colors of #414A54
Black with #414A54
Text Example
Text Example
White with #414A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414A54; }
p { color: rgb(65,74,84); }
H1.HeaderClassName
{
color: #414A54;
}
.AnyTagClassName
{
color: #414A54;
}
</style>
background-color css
<style>
a { background-color: #414A54; }
a { background-color: rgb(65,74,84); }
div.DivClassName
{
background-color: #414A54;
}
.BgClassName
{
background-color: #414A54;
}
</style>
border-color css
<style>
span { border-color: #414A54; }
span { border-color: rgb(65,74,84); }
td.TdClassName
{
border-color: #414A54;
}
.TagClassName
{
border-color: #414A54;
}
</style>