Shades of Rhino #414B54
Tints of Rhino #414B54
RGB
CMYK
RGB Variations
Color information
#414B54 (or 0x414B54) is known color: Rhino. HEX triplet: 41, 4B and 54. RGB value is (65,75,84). Sum of RGB (Red+Green+Blue) = 65+75+84=224 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.02% from 224); Green value is 75 (29.69% from 255 or 33.48% from 224); Blue value is 84 (33.20% from 255 or 37.5% from 224); Max value from RGB is 84 - color contains mainly: blue. Hex color #414B54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414B54 is #BEB4AB. Grayscale: #484848. Windows color (decimal): -12498092 or 5524289. OLE color: 5524289.
HSL color Cylindrical-coordinate representation of color #414B54: hue angle of 208.42º 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 #414B54 is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 65 | 75 | 84 | - |
| CMYK | 0.23 | 0.11 | 0 | 0.67 |
| HSL | 208.42º | 0.13% | 0.29% | - |
| HSV(B) | 208.42º | 0.23% | 0.33% | - |
| XYZ | 6.3 | 6.8 | 9.37 | - |
| YUV | 73.04 | 134.19 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 75 | 84 | 0.23 | 0.11 | 0 | 0.67 | 208.42 | 0.13 | 0.29 |
| Hex | 41 | 4B | 54 | 17 | B | 0 | 43 | D0 | D | 1D |
| Octal | 101 | 113 | 124 | 27 | 13 | 0 | 103 | 320 | 15 | 35 |
| Binary | 1000001 | 1001011 | 1010100 | 10111 | 1011 | 0 | 1000011 | 11010000 | 1101 | 11101 |
Color Harmonies of #414B54
Complementary color
Monochromatic Colors of #414B54
Black with #414B54
Text Example
Text Example
White with #414B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414B54; }
p { color: rgb(65,75,84); }
H1.HeaderClassName
{
color: #414B54;
}
.AnyTagClassName
{
color: #414B54;
}
</style>
background-color css
<style>
a { background-color: #414B54; }
a { background-color: rgb(65,75,84); }
div.DivClassName
{
background-color: #414B54;
}
.BgClassName
{
background-color: #414B54;
}
</style>
border-color css
<style>
span { border-color: #414B54; }
span { border-color: rgb(65,75,84); }
td.TdClassName
{
border-color: #414B54;
}
.TagClassName
{
border-color: #414B54;
}
</style>