Shades of Rhino #444D5B
Tints of Rhino #444D5B
RGB
CMYK
RGB Variations
Color information
#444D5B (or 0x444D5B) is known color: Rhino. HEX triplet: 44, 4D and 5B. RGB value is (68,77,91). Sum of RGB (Red+Green+Blue) = 68+77+91=236 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.81% from 236); Green value is 77 (30.47% from 255 or 32.63% from 236); Blue value is 91 (35.94% from 255 or 38.56% from 236); Max value from RGB is 91 - color contains mainly: blue. Hex color #444D5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #444D5B is #BBB2A4. Grayscale: #4B4B4B. Windows color (decimal): -12300965 or 5983556. OLE color: 5983556.
HSL color Cylindrical-coordinate representation of color #444D5B: hue angle of 216.52º 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 #444D5B is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 68 | 77 | 91 | - |
| CMYK | 0.25 | 0.15 | 0 | 0.64 |
| HSL | 216.52º | 0.14% | 0.31% | - |
| HSV(B) | 216.52º | 0.25% | 0.36% | - |
| XYZ | 6.93 | 7.29 | 10.94 | - |
| YUV | 75.91 | 136.52 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 77 | 91 | 0.25 | 0.15 | 0 | 0.64 | 216.52 | 0.14 | 0.31 |
| Hex | 44 | 4D | 5B | 19 | F | 0 | 40 | D9 | E | 1F |
| Octal | 104 | 115 | 133 | 31 | 17 | 0 | 100 | 331 | 16 | 37 |
| Binary | 1000100 | 1001101 | 1011011 | 11001 | 1111 | 0 | 1000000 | 11011001 | 1110 | 11111 |
Color Harmonies of #444D5B
Complementary color
Monochromatic Colors of #444D5B
Black with #444D5B
Text Example
Text Example
White with #444D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444D5B; }
p { color: rgb(68,77,91); }
H1.HeaderClassName
{
color: #444D5B;
}
.AnyTagClassName
{
color: #444D5B;
}
</style>
background-color css
<style>
a { background-color: #444D5B; }
a { background-color: rgb(68,77,91); }
div.DivClassName
{
background-color: #444D5B;
}
.BgClassName
{
background-color: #444D5B;
}
</style>
border-color css
<style>
span { border-color: #444D5B; }
span { border-color: rgb(68,77,91); }
td.TdClassName
{
border-color: #444D5B;
}
.TagClassName
{
border-color: #444D5B;
}
</style>