Shades of Como #44765E
Tints of Como #44765E
RGB
CMYK
RGB Variations
Color information
#44765E (or 0x44765E) is known color: Como. HEX triplet: 44, 76 and 5E. RGB value is (68,118,94). Sum of RGB (Red+Green+Blue) = 68+118+94=280 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.29% from 280); Green value is 118 (46.48% from 255 or 42.14% from 280); Blue value is 94 (37.11% from 255 or 33.57% from 280); Max value from RGB is 118 - color contains mainly: green. Hex color #44765E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44765E is #BB89A1. Grayscale: #646464. Windows color (decimal): -12290466 or 6190660. OLE color: 6190660.
HSL color Cylindrical-coordinate representation of color #44765E: hue angle of 151.2º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #44765E is Cyan = 0.42, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 68 | 118 | 94 | - |
| CMYK | 0.42 | 0 | 0.20 | 0.54 |
| HSL | 151.2º | 0.27% | 0.36% | - |
| HSV(B) | 151.2º | 0.42% | 0.46% | - |
| XYZ | 10.88 | 14.99 | 12.91 | - |
| YUV | 100.31 | 124.44 | 104.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 118 | 94 | 0.42 | 0 | 0.20 | 0.54 | 151.2 | 0.27 | 0.36 |
| Hex | 44 | 76 | 5E | 2A | 0 | 14 | 36 | 97 | 1B | 24 |
| Octal | 104 | 166 | 136 | 52 | 0 | 24 | 66 | 227 | 33 | 44 |
| Binary | 1000100 | 1110110 | 1011110 | 101010 | 0 | 10100 | 110110 | 10010111 | 11011 | 100100 |
Color Harmonies of #44765E
Complementary color
Monochromatic Colors of #44765E
Black with #44765E
Text Example
Text Example
White with #44765E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44765E; }
p { color: rgb(68,118,94); }
H1.HeaderClassName
{
color: #44765E;
}
.AnyTagClassName
{
color: #44765E;
}
</style>
background-color css
<style>
a { background-color: #44765E; }
a { background-color: rgb(68,118,94); }
div.DivClassName
{
background-color: #44765E;
}
.BgClassName
{
background-color: #44765E;
}
</style>
border-color css
<style>
span { border-color: #44765E; }
span { border-color: rgb(68,118,94); }
td.TdClassName
{
border-color: #44765E;
}
.TagClassName
{
border-color: #44765E;
}
</style>