Shades of Rhino #444C57
Tints of Rhino #444C57
RGB
CMYK
RGB Variations
Color information
#444C57 (or 0x444C57) is known color: Rhino. HEX triplet: 44, 4C and 57. RGB value is (68,76,87). Sum of RGB (Red+Green+Blue) = 68+76+87=231 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.44% from 231); Green value is 76 (30.08% from 255 or 32.90% from 231); Blue value is 87 (34.38% from 255 or 37.66% from 231); Max value from RGB is 87 - color contains mainly: blue. Hex color #444C57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444C57 is #BBB3A8. Grayscale: #4A4A4A. Windows color (decimal): -12301225 or 5721156. OLE color: 5721156.
HSL color Cylindrical-coordinate representation of color #444C57: hue angle of 214.74º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #444C57 is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 68 | 76 | 87 | - |
| CMYK | 0.22 | 0.13 | 0 | 0.66 |
| HSL | 214.74º | 0.12% | 0.3% | - |
| HSV(B) | 214.74º | 0.22% | 0.34% | - |
| XYZ | 6.69 | 7.09 | 10.03 | - |
| YUV | 74.86 | 134.85 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 76 | 87 | 0.22 | 0.13 | 0 | 0.66 | 214.74 | 0.12 | 0.3 |
| Hex | 44 | 4C | 57 | 16 | D | 0 | 42 | D7 | C | 1E |
| Octal | 104 | 114 | 127 | 26 | 15 | 0 | 102 | 327 | 14 | 36 |
| Binary | 1000100 | 1001100 | 1010111 | 10110 | 1101 | 0 | 1000010 | 11010111 | 1100 | 11110 |
Color Harmonies of #444C57
Complementary color
Monochromatic Colors of #444C57
Black with #444C57
Text Example
Text Example
White with #444C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444C57; }
p { color: rgb(68,76,87); }
H1.HeaderClassName
{
color: #444C57;
}
.AnyTagClassName
{
color: #444C57;
}
</style>
background-color css
<style>
a { background-color: #444C57; }
a { background-color: rgb(68,76,87); }
div.DivClassName
{
background-color: #444C57;
}
.BgClassName
{
background-color: #444C57;
}
</style>
border-color css
<style>
span { border-color: #444C57; }
span { border-color: rgb(68,76,87); }
td.TdClassName
{
border-color: #444C57;
}
.TagClassName
{
border-color: #444C57;
}
</style>