Shades of Como #447A55
Tints of Como #447A55
RGB
CMYK
RGB Variations
Color information
#447A55 (or 0x447A55) is known color: Como. HEX triplet: 44, 7A and 55. RGB value is (68,122,85). Sum of RGB (Red+Green+Blue) = 68+122+85=275 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.73% from 275); Green value is 122 (48.05% from 255 or 44.36% from 275); Blue value is 85 (33.59% from 255 or 30.91% from 275); Max value from RGB is 122 - color contains mainly: green. Hex color #447A55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447A55 is #BB85AA. Grayscale: #656565. Windows color (decimal): -12289451 or 5601860. OLE color: 5601860.
HSL color Cylindrical-coordinate representation of color #447A55: hue angle of 138.89º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #447A55 is Cyan = 0.44, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 68 | 122 | 85 | - |
| CMYK | 0.44 | 0 | 0.30 | 0.52 |
| HSL | 138.89º | 0.28% | 0.37% | - |
| HSV(B) | 138.89º | 0.44% | 0.48% | - |
| XYZ | 10.98 | 15.8 | 11.07 | - |
| YUV | 101.64 | 118.61 | 104.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 122 | 85 | 0.44 | 0 | 0.30 | 0.52 | 138.89 | 0.28 | 0.37 |
| Hex | 44 | 7A | 55 | 2C | 0 | 1E | 34 | 8B | 1C | 25 |
| Octal | 104 | 172 | 125 | 54 | 0 | 36 | 64 | 213 | 34 | 45 |
| Binary | 1000100 | 1111010 | 1010101 | 101100 | 0 | 11110 | 110100 | 10001011 | 11100 | 100101 |
Color Harmonies of #447A55
Complementary color
Monochromatic Colors of #447A55
Black with #447A55
Text Example
Text Example
White with #447A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447A55; }
p { color: rgb(68,122,85); }
H1.HeaderClassName
{
color: #447A55;
}
.AnyTagClassName
{
color: #447A55;
}
</style>
background-color css
<style>
a { background-color: #447A55; }
a { background-color: rgb(68,122,85); }
div.DivClassName
{
background-color: #447A55;
}
.BgClassName
{
background-color: #447A55;
}
</style>
border-color css
<style>
span { border-color: #447A55; }
span { border-color: rgb(68,122,85); }
td.TdClassName
{
border-color: #447A55;
}
.TagClassName
{
border-color: #447A55;
}
</style>