Shades of Como #447B61
Tints of Como #447B61
RGB
CMYK
RGB Variations
Color information
#447B61 (or 0x447B61) is known color: Como. HEX triplet: 44, 7B and 61. RGB value is (68,123,97). Sum of RGB (Red+Green+Blue) = 68+123+97=288 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.61% from 288); Green value is 123 (48.44% from 255 or 42.71% from 288); Blue value is 97 (38.28% from 255 or 33.68% from 288); Max value from RGB is 123 - color contains mainly: green. Hex color #447B61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447B61 is #BB849E. Grayscale: #676767. Windows color (decimal): -12289183 or 6388548. OLE color: 6388548.
HSL color Cylindrical-coordinate representation of color #447B61: hue angle of 151.64º 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 #447B61 is Cyan = 0.45, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 68 | 123 | 97 | - |
| CMYK | 0.45 | 0 | 0.21 | 0.52 |
| HSL | 151.64º | 0.29% | 0.37% | - |
| HSV(B) | 151.64º | 0.45% | 0.48% | - |
| XYZ | 11.62 | 16.26 | 13.83 | - |
| YUV | 103.59 | 124.28 | 102.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 123 | 97 | 0.45 | 0 | 0.21 | 0.52 | 151.64 | 0.29 | 0.37 |
| Hex | 44 | 7B | 61 | 2D | 0 | 15 | 34 | 98 | 1D | 25 |
| Octal | 104 | 173 | 141 | 55 | 0 | 25 | 64 | 230 | 35 | 45 |
| Binary | 1000100 | 1111011 | 1100001 | 101101 | 0 | 10101 | 110100 | 10011000 | 11101 | 100101 |
Color Harmonies of #447B61
Complementary color
Monochromatic Colors of #447B61
Black with #447B61
Text Example
Text Example
White with #447B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447B61; }
p { color: rgb(68,123,97); }
H1.HeaderClassName
{
color: #447B61;
}
.AnyTagClassName
{
color: #447B61;
}
</style>
background-color css
<style>
a { background-color: #447B61; }
a { background-color: rgb(68,123,97); }
div.DivClassName
{
background-color: #447B61;
}
.BgClassName
{
background-color: #447B61;
}
</style>
border-color css
<style>
span { border-color: #447B61; }
span { border-color: rgb(68,123,97); }
td.TdClassName
{
border-color: #447B61;
}
.TagClassName
{
border-color: #447B61;
}
</style>