Shades of Como #447B55
Tints of Como #447B55
RGB
CMYK
RGB Variations
Color information
#447B55 (or 0x447B55) is known color: Como. HEX triplet: 44, 7B and 55. RGB value is (68,123,85). Sum of RGB (Red+Green+Blue) = 68+123+85=276 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.64% from 276); Green value is 123 (48.44% from 255 or 44.57% from 276); Blue value is 85 (33.59% from 255 or 30.80% from 276); Max value from RGB is 123 - color contains mainly: green. Hex color #447B55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447B55 is #BB84AA. Grayscale: #666666. Windows color (decimal): -12289195 or 5602116. OLE color: 5602116.
HSL color Cylindrical-coordinate representation of color #447B55: hue angle of 138.55º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #447B55 is Cyan = 0.45, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 68 | 123 | 85 | - |
| CMYK | 0.45 | 0 | 0.31 | 0.52 |
| HSL | 138.55º | 0.29% | 0.37% | - |
| HSV(B) | 138.55º | 0.45% | 0.48% | - |
| XYZ | 11.11 | 16.05 | 11.11 | - |
| YUV | 102.22 | 118.28 | 103.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 123 | 85 | 0.45 | 0 | 0.31 | 0.52 | 138.55 | 0.29 | 0.37 |
| Hex | 44 | 7B | 55 | 2D | 0 | 1F | 34 | 8B | 1D | 25 |
| Octal | 104 | 173 | 125 | 55 | 0 | 37 | 64 | 213 | 35 | 45 |
| Binary | 1000100 | 1111011 | 1010101 | 101101 | 0 | 11111 | 110100 | 10001011 | 11101 | 100101 |
Color Harmonies of #447B55
Complementary color
Monochromatic Colors of #447B55
Black with #447B55
Text Example
Text Example
White with #447B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447B55; }
p { color: rgb(68,123,85); }
H1.HeaderClassName
{
color: #447B55;
}
.AnyTagClassName
{
color: #447B55;
}
</style>
background-color css
<style>
a { background-color: #447B55; }
a { background-color: rgb(68,123,85); }
div.DivClassName
{
background-color: #447B55;
}
.BgClassName
{
background-color: #447B55;
}
</style>
border-color css
<style>
span { border-color: #447B55; }
span { border-color: rgb(68,123,85); }
td.TdClassName
{
border-color: #447B55;
}
.TagClassName
{
border-color: #447B55;
}
</style>