Shades of Rhino #444E5F
Tints of Rhino #444E5F
RGB
CMYK
RGB Variations
Color information
#444E5F (or 0x444E5F) is known color: Rhino. HEX triplet: 44, 4E and 5F. RGB value is (68,78,95). Sum of RGB (Red+Green+Blue) = 68+78+95=241 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.22% from 241); Green value is 78 (30.86% from 255 or 32.37% from 241); Blue value is 95 (37.5% from 255 or 39.42% from 241); Max value from RGB is 95 - color contains mainly: blue. Hex color #444E5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #444E5F is #BBB1A0. Grayscale: #4C4C4C. Windows color (decimal): -12300705 or 6245956. OLE color: 6245956.
HSL color Cylindrical-coordinate representation of color #444E5F: hue angle of 217.78º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #444E5F is Cyan = 0.28, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 68 | 78 | 95 | - |
| CMYK | 0.28 | 0.18 | 0 | 0.63 |
| HSL | 217.78º | 0.17% | 0.32% | - |
| HSV(B) | 217.78º | 0.28% | 0.37% | - |
| XYZ | 7.17 | 7.5 | 11.9 | - |
| YUV | 76.95 | 138.19 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 78 | 95 | 0.28 | 0.18 | 0 | 0.63 | 217.78 | 0.17 | 0.32 |
| Hex | 44 | 4E | 5F | 1C | 12 | 0 | 3F | DA | 11 | 20 |
| Octal | 104 | 116 | 137 | 34 | 22 | 0 | 77 | 332 | 21 | 40 |
| Binary | 1000100 | 1001110 | 1011111 | 11100 | 10010 | 0 | 111111 | 11011010 | 10001 | 100000 |
Color Harmonies of #444E5F
Complementary color
Monochromatic Colors of #444E5F
Black with #444E5F
Text Example
Text Example
White with #444E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444E5F; }
p { color: rgb(68,78,95); }
H1.HeaderClassName
{
color: #444E5F;
}
.AnyTagClassName
{
color: #444E5F;
}
</style>
background-color css
<style>
a { background-color: #444E5F; }
a { background-color: rgb(68,78,95); }
div.DivClassName
{
background-color: #444E5F;
}
.BgClassName
{
background-color: #444E5F;
}
</style>
border-color css
<style>
span { border-color: #444E5F; }
span { border-color: rgb(68,78,95); }
td.TdClassName
{
border-color: #444E5F;
}
.TagClassName
{
border-color: #444E5F;
}
</style>