Shades of Rhino #414B55
Tints of Rhino #414B55
RGB
CMYK
RGB Variations
Color information
#414B55 (or 0x414B55) is known color: Rhino. HEX triplet: 41, 4B and 55. RGB value is (65,75,85). Sum of RGB (Red+Green+Blue) = 65+75+85=225 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.89% from 225); Green value is 75 (29.69% from 255 or 33.33% from 225); Blue value is 85 (33.59% from 255 or 37.78% from 225); Max value from RGB is 85 - color contains mainly: blue. Hex color #414B55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414B55 is #BEB4AA. Grayscale: #494949. Windows color (decimal): -12498091 or 5589825. OLE color: 5589825.
HSL color Cylindrical-coordinate representation of color #414B55: hue angle of 210º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #414B55 is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 65 | 75 | 85 | - |
| CMYK | 0.24 | 0.12 | 0 | 0.67 |
| HSL | 210º | 0.13% | 0.29% | - |
| HSV(B) | 210º | 0.24% | 0.33% | - |
| XYZ | 6.34 | 6.81 | 9.58 | - |
| YUV | 73.15 | 134.69 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 75 | 85 | 0.24 | 0.12 | 0 | 0.67 | 210 | 0.13 | 0.29 |
| Hex | 41 | 4B | 55 | 18 | C | 0 | 43 | D2 | D | 1D |
| Octal | 101 | 113 | 125 | 30 | 14 | 0 | 103 | 322 | 15 | 35 |
| Binary | 1000001 | 1001011 | 1010101 | 11000 | 1100 | 0 | 1000011 | 11010010 | 1101 | 11101 |
Color Harmonies of #414B55
Complementary color
Monochromatic Colors of #414B55
Black with #414B55
Text Example
Text Example
White with #414B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414B55; }
p { color: rgb(65,75,85); }
H1.HeaderClassName
{
color: #414B55;
}
.AnyTagClassName
{
color: #414B55;
}
</style>
background-color css
<style>
a { background-color: #414B55; }
a { background-color: rgb(65,75,85); }
div.DivClassName
{
background-color: #414B55;
}
.BgClassName
{
background-color: #414B55;
}
</style>
border-color css
<style>
span { border-color: #414B55; }
span { border-color: rgb(65,75,85); }
td.TdClassName
{
border-color: #414B55;
}
.TagClassName
{
border-color: #414B55;
}
</style>