Shades of Rhino #444C5B
Tints of Rhino #444C5B
RGB
CMYK
RGB Variations
Color information
#444C5B (or 0x444C5B) is known color: Rhino. HEX triplet: 44, 4C and 5B. RGB value is (68,76,91). Sum of RGB (Red+Green+Blue) = 68+76+91=235 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.94% from 235); Green value is 76 (30.08% from 255 or 32.34% from 235); Blue value is 91 (35.94% from 255 or 38.72% from 235); Max value from RGB is 91 - color contains mainly: blue. Hex color #444C5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444C5B is #BBB3A4. Grayscale: #4B4B4B. Windows color (decimal): -12301221 or 5983300. OLE color: 5983300.
HSL color Cylindrical-coordinate representation of color #444C5B: hue angle of 219.13º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #444C5B is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 68 | 76 | 91 | - |
| CMYK | 0.25 | 0.16 | 0 | 0.64 |
| HSL | 219.13º | 0.14% | 0.31% | - |
| HSV(B) | 219.13º | 0.25% | 0.36% | - |
| XYZ | 6.86 | 7.15 | 10.92 | - |
| YUV | 75.32 | 136.85 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 76 | 91 | 0.25 | 0.16 | 0 | 0.64 | 219.13 | 0.14 | 0.31 |
| Hex | 44 | 4C | 5B | 19 | 10 | 0 | 40 | DB | E | 1F |
| Octal | 104 | 114 | 133 | 31 | 20 | 0 | 100 | 333 | 16 | 37 |
| Binary | 1000100 | 1001100 | 1011011 | 11001 | 10000 | 0 | 1000000 | 11011011 | 1110 | 11111 |
Color Harmonies of #444C5B
Complementary color
Monochromatic Colors of #444C5B
Black with #444C5B
Text Example
Text Example
White with #444C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444C5B; }
p { color: rgb(68,76,91); }
H1.HeaderClassName
{
color: #444C5B;
}
.AnyTagClassName
{
color: #444C5B;
}
</style>
background-color css
<style>
a { background-color: #444C5B; }
a { background-color: rgb(68,76,91); }
div.DivClassName
{
background-color: #444C5B;
}
.BgClassName
{
background-color: #444C5B;
}
</style>
border-color css
<style>
span { border-color: #444C5B; }
span { border-color: rgb(68,76,91); }
td.TdClassName
{
border-color: #444C5B;
}
.TagClassName
{
border-color: #444C5B;
}
</style>