Shades of Como #447E5A
Tints of Como #447E5A
RGB
CMYK
RGB Variations
Color information
#447E5A (or 0x447E5A) is known color: Como. HEX triplet: 44, 7E and 5A. RGB value is (68,126,90). Sum of RGB (Red+Green+Blue) = 68+126+90=284 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.94% from 284); Green value is 126 (49.61% from 255 or 44.37% from 284); Blue value is 90 (35.55% from 255 or 31.69% from 284); Max value from RGB is 126 - color contains mainly: green. Hex color #447E5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447E5A is #BB81A5. Grayscale: #686868. Windows color (decimal): -12288422 or 5930564. OLE color: 5930564.
HSL color Cylindrical-coordinate representation of color #447E5A: hue angle of 142.76º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #447E5A is Cyan = 0.46, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 68 | 126 | 90 | - |
| CMYK | 0.46 | 0 | 0.29 | 0.51 |
| HSL | 142.76º | 0.3% | 0.38% | - |
| HSV(B) | 142.76º | 0.46% | 0.49% | - |
| XYZ | 11.69 | 16.89 | 12.32 | - |
| YUV | 104.55 | 119.78 | 101.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 126 | 90 | 0.46 | 0 | 0.29 | 0.51 | 142.76 | 0.3 | 0.38 |
| Hex | 44 | 7E | 5A | 2E | 0 | 1D | 33 | 8F | 1E | 26 |
| Octal | 104 | 176 | 132 | 56 | 0 | 35 | 63 | 217 | 36 | 46 |
| Binary | 1000100 | 1111110 | 1011010 | 101110 | 0 | 11101 | 110011 | 10001111 | 11110 | 100110 |
Color Harmonies of #447E5A
Complementary color
Monochromatic Colors of #447E5A
Black with #447E5A
Text Example
Text Example
White with #447E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447E5A; }
p { color: rgb(68,126,90); }
H1.HeaderClassName
{
color: #447E5A;
}
.AnyTagClassName
{
color: #447E5A;
}
</style>
background-color css
<style>
a { background-color: #447E5A; }
a { background-color: rgb(68,126,90); }
div.DivClassName
{
background-color: #447E5A;
}
.BgClassName
{
background-color: #447E5A;
}
</style>
border-color css
<style>
span { border-color: #447E5A; }
span { border-color: rgb(68,126,90); }
td.TdClassName
{
border-color: #447E5A;
}
.TagClassName
{
border-color: #447E5A;
}
</style>