Shades of Como #447B58
Tints of Como #447B58
RGB
CMYK
RGB Variations
Color information
#447B58 (or 0x447B58) is known color: Como. HEX triplet: 44, 7B and 58. RGB value is (68,123,88). Sum of RGB (Red+Green+Blue) = 68+123+88=279 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.37% from 279); Green value is 123 (48.44% from 255 or 44.09% from 279); Blue value is 88 (34.77% from 255 or 31.54% from 279); Max value from RGB is 123 - color contains mainly: green. Hex color #447B58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447B58 is #BB84A7. Grayscale: #666666. Windows color (decimal): -12289192 or 5798724. OLE color: 5798724.
HSL color Cylindrical-coordinate representation of color #447B58: hue angle of 141.82º 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 #447B58 is Cyan = 0.45, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 68 | 123 | 88 | - |
| CMYK | 0.45 | 0 | 0.28 | 0.52 |
| HSL | 141.82º | 0.29% | 0.37% | - |
| HSV(B) | 141.82º | 0.45% | 0.48% | - |
| XYZ | 11.23 | 16.1 | 11.75 | - |
| YUV | 102.57 | 119.78 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 123 | 88 | 0.45 | 0 | 0.28 | 0.52 | 141.82 | 0.29 | 0.37 |
| Hex | 44 | 7B | 58 | 2D | 0 | 1C | 34 | 8E | 1D | 25 |
| Octal | 104 | 173 | 130 | 55 | 0 | 34 | 64 | 216 | 35 | 45 |
| Binary | 1000100 | 1111011 | 1011000 | 101101 | 0 | 11100 | 110100 | 10001110 | 11101 | 100101 |
Color Harmonies of #447B58
Complementary color
Monochromatic Colors of #447B58
Black with #447B58
Text Example
Text Example
White with #447B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447B58; }
p { color: rgb(68,123,88); }
H1.HeaderClassName
{
color: #447B58;
}
.AnyTagClassName
{
color: #447B58;
}
</style>
background-color css
<style>
a { background-color: #447B58; }
a { background-color: rgb(68,123,88); }
div.DivClassName
{
background-color: #447B58;
}
.BgClassName
{
background-color: #447B58;
}
</style>
border-color css
<style>
span { border-color: #447B58; }
span { border-color: rgb(68,123,88); }
td.TdClassName
{
border-color: #447B58;
}
.TagClassName
{
border-color: #447B58;
}
</style>