Shades of Rhino #424C60
Tints of Rhino #424C60
RGB
CMYK
RGB Variations
Color information
#424C60 (or 0x424C60) is known color: Rhino. HEX triplet: 42, 4C and 60. RGB value is (66,76,96). Sum of RGB (Red+Green+Blue) = 66+76+96=238 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.73% from 238); Green value is 76 (30.08% from 255 or 31.93% from 238); Blue value is 96 (37.89% from 255 or 40.34% from 238); Max value from RGB is 96 - color contains mainly: blue. Hex color #424C60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424C60 is #BDB39F. Grayscale: #4B4B4B. Windows color (decimal): -12432288 or 6310978. OLE color: 6310978.
HSL color Cylindrical-coordinate representation of color #424C60: hue angle of 220º 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 #424C60 is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 66 | 76 | 96 | - |
| CMYK | 0.31 | 0.21 | 0 | 0.62 |
| HSL | 220º | 0.19% | 0.32% | - |
| HSV(B) | 220º | 0.31% | 0.38% | - |
| XYZ | 6.94 | 7.17 | 12.08 | - |
| YUV | 75.29 | 139.69 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 76 | 96 | 0.31 | 0.21 | 0 | 0.62 | 220 | 0.19 | 0.32 |
| Hex | 42 | 4C | 60 | 1F | 15 | 0 | 3E | DC | 13 | 20 |
| Octal | 102 | 114 | 140 | 37 | 25 | 0 | 76 | 334 | 23 | 40 |
| Binary | 1000010 | 1001100 | 1100000 | 11111 | 10101 | 0 | 111110 | 11011100 | 10011 | 100000 |
Color Harmonies of #424C60
Complementary color
Monochromatic Colors of #424C60
Black with #424C60
Text Example
Text Example
White with #424C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424C60; }
p { color: rgb(66,76,96); }
H1.HeaderClassName
{
color: #424C60;
}
.AnyTagClassName
{
color: #424C60;
}
</style>
background-color css
<style>
a { background-color: #424C60; }
a { background-color: rgb(66,76,96); }
div.DivClassName
{
background-color: #424C60;
}
.BgClassName
{
background-color: #424C60;
}
</style>
border-color css
<style>
span { border-color: #424C60; }
span { border-color: rgb(66,76,96); }
td.TdClassName
{
border-color: #424C60;
}
.TagClassName
{
border-color: #424C60;
}
</style>