Shades of Rhino #424B54
Tints of Rhino #424B54
RGB
CMYK
RGB Variations
Color information
#424B54 (or 0x424B54) is known color: Rhino. HEX triplet: 42, 4B and 54. RGB value is (66,75,84). Sum of RGB (Red+Green+Blue) = 66+75+84=225 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.33% from 225); Green value is 75 (29.69% from 255 or 33.33% from 225); Blue value is 84 (33.20% from 255 or 37.33% from 225); Max value from RGB is 84 - color contains mainly: blue. Hex color #424B54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424B54 is #BDB4AB. Grayscale: #494949. Windows color (decimal): -12432556 or 5524290. OLE color: 5524290.
HSL color Cylindrical-coordinate representation of color #424B54: hue angle of 210º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #424B54 is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 66 | 75 | 84 | - |
| CMYK | 0.21 | 0.11 | 0 | 0.67 |
| HSL | 210º | 0.12% | 0.29% | - |
| HSV(B) | 210º | 0.21% | 0.33% | - |
| XYZ | 6.36 | 6.83 | 9.37 | - |
| YUV | 73.34 | 134.02 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 75 | 84 | 0.21 | 0.11 | 0 | 0.67 | 210 | 0.12 | 0.29 |
| Hex | 42 | 4B | 54 | 15 | B | 0 | 43 | D2 | C | 1D |
| Octal | 102 | 113 | 124 | 25 | 13 | 0 | 103 | 322 | 14 | 35 |
| Binary | 1000010 | 1001011 | 1010100 | 10101 | 1011 | 0 | 1000011 | 11010010 | 1100 | 11101 |
Color Harmonies of #424B54
Complementary color
Monochromatic Colors of #424B54
Black with #424B54
Text Example
Text Example
White with #424B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424B54; }
p { color: rgb(66,75,84); }
H1.HeaderClassName
{
color: #424B54;
}
.AnyTagClassName
{
color: #424B54;
}
</style>
background-color css
<style>
a { background-color: #424B54; }
a { background-color: rgb(66,75,84); }
div.DivClassName
{
background-color: #424B54;
}
.BgClassName
{
background-color: #424B54;
}
</style>
border-color css
<style>
span { border-color: #424B54; }
span { border-color: rgb(66,75,84); }
td.TdClassName
{
border-color: #424B54;
}
.TagClassName
{
border-color: #424B54;
}
</style>