Shades of Rhino #444C54
Tints of Rhino #444C54
RGB
CMYK
RGB Variations
Color information
#444C54 (or 0x444C54) is known color: Rhino. HEX triplet: 44, 4C and 54. RGB value is (68,76,84). Sum of RGB (Red+Green+Blue) = 68+76+84=228 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.82% from 228); Green value is 76 (30.08% from 255 or 33.33% from 228); Blue value is 84 (33.20% from 255 or 36.84% from 228); Max value from RGB is 84 - color contains mainly: blue. Hex color #444C54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444C54 is #BBB3AB. Grayscale: #4A4A4A. Windows color (decimal): -12301228 or 5524548. OLE color: 5524548.
HSL color Cylindrical-coordinate representation of color #444C54: hue angle of 210º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #444C54 is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 68 | 76 | 84 | - |
| CMYK | 0.19 | 0.10 | 0 | 0.67 |
| HSL | 210º | 0.11% | 0.3% | - |
| HSV(B) | 210º | 0.19% | 0.33% | - |
| XYZ | 6.57 | 7.04 | 9.4 | - |
| YUV | 74.52 | 133.35 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 76 | 84 | 0.19 | 0.10 | 0 | 0.67 | 210 | 0.11 | 0.3 |
| Hex | 44 | 4C | 54 | 13 | A | 0 | 43 | D2 | B | 1E |
| Octal | 104 | 114 | 124 | 23 | 12 | 0 | 103 | 322 | 13 | 36 |
| Binary | 1000100 | 1001100 | 1010100 | 10011 | 1010 | 0 | 1000011 | 11010010 | 1011 | 11110 |
Color Harmonies of #444C54
Complementary color
Monochromatic Colors of #444C54
Black with #444C54
Text Example
Text Example
White with #444C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444C54; }
p { color: rgb(68,76,84); }
H1.HeaderClassName
{
color: #444C54;
}
.AnyTagClassName
{
color: #444C54;
}
</style>
background-color css
<style>
a { background-color: #444C54; }
a { background-color: rgb(68,76,84); }
div.DivClassName
{
background-color: #444C54;
}
.BgClassName
{
background-color: #444C54;
}
</style>
border-color css
<style>
span { border-color: #444C54; }
span { border-color: rgb(68,76,84); }
td.TdClassName
{
border-color: #444C54;
}
.TagClassName
{
border-color: #444C54;
}
</style>