Shades of Rhino #424956
Tints of Rhino #424956
RGB
CMYK
RGB Variations
Color information
#424956 (or 0x424956) is known color: Rhino. HEX triplet: 42, 49 and 56. RGB value is (66,73,86). Sum of RGB (Red+Green+Blue) = 66+73+86=225 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.33% from 225); Green value is 73 (28.91% from 255 or 32.44% from 225); Blue value is 86 (33.98% from 255 or 38.22% from 225); Max value from RGB is 86 - color contains mainly: blue. Hex color #424956 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424956 is #BDB6A9. Grayscale: #484848. Windows color (decimal): -12433066 or 5654850. OLE color: 5654850.
HSL color Cylindrical-coordinate representation of color #424956: hue angle of 219º degrees, saturation: 0.13, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #424956 is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 66 | 73 | 86 | - |
| CMYK | 0.23 | 0.15 | 0 | 0.66 |
| HSL | 219º | 0.13% | 0.3% | - |
| HSV(B) | 219º | 0.23% | 0.34% | - |
| XYZ | 6.31 | 6.6 | 9.74 | - |
| YUV | 72.39 | 135.68 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 73 | 86 | 0.23 | 0.15 | 0 | 0.66 | 219 | 0.13 | 0.3 |
| Hex | 42 | 49 | 56 | 17 | F | 0 | 42 | DB | D | 1E |
| Octal | 102 | 111 | 126 | 27 | 17 | 0 | 102 | 333 | 15 | 36 |
| Binary | 1000010 | 1001001 | 1010110 | 10111 | 1111 | 0 | 1000010 | 11011011 | 1101 | 11110 |
Color Harmonies of #424956
Complementary color
Monochromatic Colors of #424956
Black with #424956
Text Example
Text Example
White with #424956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424956; }
p { color: rgb(66,73,86); }
H1.HeaderClassName
{
color: #424956;
}
.AnyTagClassName
{
color: #424956;
}
</style>
background-color css
<style>
a { background-color: #424956; }
a { background-color: rgb(66,73,86); }
div.DivClassName
{
background-color: #424956;
}
.BgClassName
{
background-color: #424956;
}
</style>
border-color css
<style>
span { border-color: #424956; }
span { border-color: rgb(66,73,86); }
td.TdClassName
{
border-color: #424956;
}
.TagClassName
{
border-color: #424956;
}
</style>