Shades of Como #447B60
Tints of Como #447B60
RGB
CMYK
RGB Variations
Color information
#447B60 (or 0x447B60) is known color: Como. HEX triplet: 44, 7B and 60. RGB value is (68,123,96). Sum of RGB (Red+Green+Blue) = 68+123+96=287 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.69% from 287); Green value is 123 (48.44% from 255 or 42.86% from 287); Blue value is 96 (37.89% from 255 or 33.45% from 287); Max value from RGB is 123 - color contains mainly: green. Hex color #447B60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447B60 is #BB849F. Grayscale: #676767. Windows color (decimal): -12289184 or 6323012. OLE color: 6323012.
HSL color Cylindrical-coordinate representation of color #447B60: hue angle of 150.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 #447B60 is Cyan = 0.45, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 68 | 123 | 96 | - |
| CMYK | 0.45 | 0 | 0.22 | 0.52 |
| HSL | 150.55º | 0.29% | 0.37% | - |
| HSV(B) | 150.55º | 0.45% | 0.48% | - |
| XYZ | 11.58 | 16.24 | 13.59 | - |
| YUV | 103.48 | 123.78 | 102.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 123 | 96 | 0.45 | 0 | 0.22 | 0.52 | 150.55 | 0.29 | 0.37 |
| Hex | 44 | 7B | 60 | 2D | 0 | 16 | 34 | 97 | 1D | 25 |
| Octal | 104 | 173 | 140 | 55 | 0 | 26 | 64 | 227 | 35 | 45 |
| Binary | 1000100 | 1111011 | 1100000 | 101101 | 0 | 10110 | 110100 | 10010111 | 11101 | 100101 |
Color Harmonies of #447B60
Complementary color
Monochromatic Colors of #447B60
Black with #447B60
Text Example
Text Example
White with #447B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447B60; }
p { color: rgb(68,123,96); }
H1.HeaderClassName
{
color: #447B60;
}
.AnyTagClassName
{
color: #447B60;
}
</style>
background-color css
<style>
a { background-color: #447B60; }
a { background-color: rgb(68,123,96); }
div.DivClassName
{
background-color: #447B60;
}
.BgClassName
{
background-color: #447B60;
}
</style>
border-color css
<style>
span { border-color: #447B60; }
span { border-color: rgb(68,123,96); }
td.TdClassName
{
border-color: #447B60;
}
.TagClassName
{
border-color: #447B60;
}
</style>