Shades of Rhino #444D5A
Tints of Rhino #444D5A
RGB
CMYK
RGB Variations
Color information
#444D5A (or 0x444D5A) is known color: Rhino. HEX triplet: 44, 4D and 5A. RGB value is (68,77,90). Sum of RGB (Red+Green+Blue) = 68+77+90=235 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.94% from 235); Green value is 77 (30.47% from 255 or 32.77% from 235); Blue value is 90 (35.55% from 255 or 38.30% from 235); Max value from RGB is 90 - color contains mainly: blue. Hex color #444D5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #444D5A is #BBB2A5. Grayscale: #4B4B4B. Windows color (decimal): -12300966 or 5918020. OLE color: 5918020.
HSL color Cylindrical-coordinate representation of color #444D5A: hue angle of 215.45º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #444D5A is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 68 | 77 | 90 | - |
| CMYK | 0.24 | 0.14 | 0 | 0.65 |
| HSL | 215.45º | 0.14% | 0.31% | - |
| HSV(B) | 215.45º | 0.24% | 0.35% | - |
| XYZ | 6.88 | 7.27 | 10.71 | - |
| YUV | 75.79 | 136.02 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 77 | 90 | 0.24 | 0.14 | 0 | 0.65 | 215.45 | 0.14 | 0.31 |
| Hex | 44 | 4D | 5A | 18 | E | 0 | 41 | D7 | E | 1F |
| Octal | 104 | 115 | 132 | 30 | 16 | 0 | 101 | 327 | 16 | 37 |
| Binary | 1000100 | 1001101 | 1011010 | 11000 | 1110 | 0 | 1000001 | 11010111 | 1110 | 11111 |
Color Harmonies of #444D5A
Complementary color
Monochromatic Colors of #444D5A
Black with #444D5A
Text Example
Text Example
White with #444D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444D5A; }
p { color: rgb(68,77,90); }
H1.HeaderClassName
{
color: #444D5A;
}
.AnyTagClassName
{
color: #444D5A;
}
</style>
background-color css
<style>
a { background-color: #444D5A; }
a { background-color: rgb(68,77,90); }
div.DivClassName
{
background-color: #444D5A;
}
.BgClassName
{
background-color: #444D5A;
}
</style>
border-color css
<style>
span { border-color: #444D5A; }
span { border-color: rgb(68,77,90); }
td.TdClassName
{
border-color: #444D5A;
}
.TagClassName
{
border-color: #444D5A;
}
</style>