Shades of Rhino #424B58
Tints of Rhino #424B58
RGB
CMYK
RGB Variations
Color information
#424B58 (or 0x424B58) is known color: Rhino. HEX triplet: 42, 4B and 58. RGB value is (66,75,88). Sum of RGB (Red+Green+Blue) = 66+75+88=229 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.82% from 229); Green value is 75 (29.69% from 255 or 32.75% from 229); Blue value is 88 (34.77% from 255 or 38.43% from 229); Max value from RGB is 88 - color contains mainly: blue. Hex color #424B58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424B58 is #BDB4A7. Grayscale: #494949. Windows color (decimal): -12432552 or 5786434. OLE color: 5786434.
HSL color Cylindrical-coordinate representation of color #424B58: hue angle of 215.45º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #424B58 is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 66 | 75 | 88 | - |
| CMYK | 0.25 | 0.15 | 0 | 0.65 |
| HSL | 215.45º | 0.14% | 0.3% | - |
| HSV(B) | 215.45º | 0.25% | 0.35% | - |
| XYZ | 6.52 | 6.89 | 10.22 | - |
| YUV | 73.79 | 136.02 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 75 | 88 | 0.25 | 0.15 | 0 | 0.65 | 215.45 | 0.14 | 0.3 |
| Hex | 42 | 4B | 58 | 19 | F | 0 | 41 | D7 | E | 1E |
| Octal | 102 | 113 | 130 | 31 | 17 | 0 | 101 | 327 | 16 | 36 |
| Binary | 1000010 | 1001011 | 1011000 | 11001 | 1111 | 0 | 1000001 | 11010111 | 1110 | 11110 |
Color Harmonies of #424B58
Complementary color
Monochromatic Colors of #424B58
Black with #424B58
Text Example
Text Example
White with #424B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424B58; }
p { color: rgb(66,75,88); }
H1.HeaderClassName
{
color: #424B58;
}
.AnyTagClassName
{
color: #424B58;
}
</style>
background-color css
<style>
a { background-color: #424B58; }
a { background-color: rgb(66,75,88); }
div.DivClassName
{
background-color: #424B58;
}
.BgClassName
{
background-color: #424B58;
}
</style>
border-color css
<style>
span { border-color: #424B58; }
span { border-color: rgb(66,75,88); }
td.TdClassName
{
border-color: #424B58;
}
.TagClassName
{
border-color: #424B58;
}
</style>