Shades of Rhino #424D60
Tints of Rhino #424D60
RGB
CMYK
RGB Variations
Color information
#424D60 (or 0x424D60) is known color: Rhino. HEX triplet: 42, 4D and 60. RGB value is (66,77,96). Sum of RGB (Red+Green+Blue) = 66+77+96=239 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.62% from 239); Green value is 77 (30.47% from 255 or 32.22% from 239); Blue value is 96 (37.89% from 255 or 40.17% from 239); Max value from RGB is 96 - color contains mainly: blue. Hex color #424D60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #424D60 is #BDB29F. Grayscale: #4B4B4B. Windows color (decimal): -12432032 or 6311234. OLE color: 6311234.
HSL color Cylindrical-coordinate representation of color #424D60: hue angle of 218º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #424D60 is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 66 | 77 | 96 | - |
| CMYK | 0.31 | 0.20 | 0 | 0.62 |
| HSL | 218º | 0.19% | 0.32% | - |
| HSV(B) | 218º | 0.31% | 0.38% | - |
| XYZ | 7.01 | 7.31 | 12.11 | - |
| YUV | 75.88 | 139.36 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 77 | 96 | 0.31 | 0.20 | 0 | 0.62 | 218 | 0.19 | 0.32 |
| Hex | 42 | 4D | 60 | 1F | 14 | 0 | 3E | DA | 13 | 20 |
| Octal | 102 | 115 | 140 | 37 | 24 | 0 | 76 | 332 | 23 | 40 |
| Binary | 1000010 | 1001101 | 1100000 | 11111 | 10100 | 0 | 111110 | 11011010 | 10011 | 100000 |
Color Harmonies of #424D60
Complementary color
Monochromatic Colors of #424D60
Black with #424D60
Text Example
Text Example
White with #424D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424D60; }
p { color: rgb(66,77,96); }
H1.HeaderClassName
{
color: #424D60;
}
.AnyTagClassName
{
color: #424D60;
}
</style>
background-color css
<style>
a { background-color: #424D60; }
a { background-color: rgb(66,77,96); }
div.DivClassName
{
background-color: #424D60;
}
.BgClassName
{
background-color: #424D60;
}
</style>
border-color css
<style>
span { border-color: #424D60; }
span { border-color: rgb(66,77,96); }
td.TdClassName
{
border-color: #424D60;
}
.TagClassName
{
border-color: #424D60;
}
</style>