Shades of Rhino #424B59
Tints of Rhino #424B59
RGB
CMYK
RGB Variations
Color information
#424B59 (or 0x424B59) is known color: Rhino. HEX triplet: 42, 4B and 59. RGB value is (66,75,89). Sum of RGB (Red+Green+Blue) = 66+75+89=230 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.70% from 230); Green value is 75 (29.69% from 255 or 32.61% from 230); Blue value is 89 (35.16% from 255 or 38.70% from 230); Max value from RGB is 89 - color contains mainly: blue. Hex color #424B59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424B59 is #BDB4A6. Grayscale: #494949. Windows color (decimal): -12432551 or 5851970. OLE color: 5851970.
HSL color Cylindrical-coordinate representation of color #424B59: hue angle of 216.52º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #424B59 is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 66 | 75 | 89 | - |
| CMYK | 0.26 | 0.16 | 0 | 0.65 |
| HSL | 216.52º | 0.15% | 0.3% | - |
| HSV(B) | 216.52º | 0.26% | 0.35% | - |
| XYZ | 6.57 | 6.91 | 10.44 | - |
| YUV | 73.91 | 136.52 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 75 | 89 | 0.26 | 0.16 | 0 | 0.65 | 216.52 | 0.15 | 0.3 |
| Hex | 42 | 4B | 59 | 1A | 10 | 0 | 41 | D9 | F | 1E |
| Octal | 102 | 113 | 131 | 32 | 20 | 0 | 101 | 331 | 17 | 36 |
| Binary | 1000010 | 1001011 | 1011001 | 11010 | 10000 | 0 | 1000001 | 11011001 | 1111 | 11110 |
Color Harmonies of #424B59
Complementary color
Monochromatic Colors of #424B59
Black with #424B59
Text Example
Text Example
White with #424B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424B59; }
p { color: rgb(66,75,89); }
H1.HeaderClassName
{
color: #424B59;
}
.AnyTagClassName
{
color: #424B59;
}
</style>
background-color css
<style>
a { background-color: #424B59; }
a { background-color: rgb(66,75,89); }
div.DivClassName
{
background-color: #424B59;
}
.BgClassName
{
background-color: #424B59;
}
</style>
border-color css
<style>
span { border-color: #424B59; }
span { border-color: rgb(66,75,89); }
td.TdClassName
{
border-color: #424B59;
}
.TagClassName
{
border-color: #424B59;
}
</style>