Shades of Rhino #424B55
Tints of Rhino #424B55
RGB
CMYK
RGB Variations
Color information
#424B55 (or 0x424B55) is known color: Rhino. HEX triplet: 42, 4B and 55. RGB value is (66,75,85). Sum of RGB (Red+Green+Blue) = 66+75+85=226 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.20% from 226); Green value is 75 (29.69% from 255 or 33.19% from 226); Blue value is 85 (33.59% from 255 or 37.61% from 226); Max value from RGB is 85 - color contains mainly: blue. Hex color #424B55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424B55 is #BDB4AA. Grayscale: #494949. Windows color (decimal): -12432555 or 5589826. OLE color: 5589826.
HSL color Cylindrical-coordinate representation of color #424B55: hue angle of 211.58º degrees, saturation: 0.13, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #424B55 is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 66 | 75 | 85 | - |
| CMYK | 0.22 | 0.12 | 0 | 0.67 |
| HSL | 211.58º | 0.13% | 0.3% | - |
| HSV(B) | 211.58º | 0.22% | 0.33% | - |
| XYZ | 6.4 | 6.85 | 9.58 | - |
| YUV | 73.45 | 134.52 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 75 | 85 | 0.22 | 0.12 | 0 | 0.67 | 211.58 | 0.13 | 0.3 |
| Hex | 42 | 4B | 55 | 16 | C | 0 | 43 | D4 | D | 1E |
| Octal | 102 | 113 | 125 | 26 | 14 | 0 | 103 | 324 | 15 | 36 |
| Binary | 1000010 | 1001011 | 1010101 | 10110 | 1100 | 0 | 1000011 | 11010100 | 1101 | 11110 |
Color Harmonies of #424B55
Complementary color
Monochromatic Colors of #424B55
Black with #424B55
Text Example
Text Example
White with #424B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424B55; }
p { color: rgb(66,75,85); }
H1.HeaderClassName
{
color: #424B55;
}
.AnyTagClassName
{
color: #424B55;
}
</style>
background-color css
<style>
a { background-color: #424B55; }
a { background-color: rgb(66,75,85); }
div.DivClassName
{
background-color: #424B55;
}
.BgClassName
{
background-color: #424B55;
}
</style>
border-color css
<style>
span { border-color: #424B55; }
span { border-color: rgb(66,75,85); }
td.TdClassName
{
border-color: #424B55;
}
.TagClassName
{
border-color: #424B55;
}
</style>