Shades of Como #447B5E
Tints of Como #447B5E
RGB
CMYK
RGB Variations
Color information
#447B5E (or 0x447B5E) is known color: Como. HEX triplet: 44, 7B and 5E. RGB value is (68,123,94). Sum of RGB (Red+Green+Blue) = 68+123+94=285 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.86% from 285); Green value is 123 (48.44% from 255 or 43.16% from 285); Blue value is 94 (37.11% from 255 or 32.98% from 285); Max value from RGB is 123 - color contains mainly: green. Hex color #447B5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447B5E is #BB84A1. Grayscale: #676767. Windows color (decimal): -12289186 or 6191940. OLE color: 6191940.
HSL color Cylindrical-coordinate representation of color #447B5E: hue angle of 148.36º 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 #447B5E is Cyan = 0.45, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 68 | 123 | 94 | - |
| CMYK | 0.45 | 0 | 0.24 | 0.52 |
| HSL | 148.36º | 0.29% | 0.37% | - |
| HSV(B) | 148.36º | 0.45% | 0.48% | - |
| XYZ | 11.49 | 16.2 | 13.11 | - |
| YUV | 103.25 | 122.78 | 102.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 123 | 94 | 0.45 | 0 | 0.24 | 0.52 | 148.36 | 0.29 | 0.37 |
| Hex | 44 | 7B | 5E | 2D | 0 | 18 | 34 | 94 | 1D | 25 |
| Octal | 104 | 173 | 136 | 55 | 0 | 30 | 64 | 224 | 35 | 45 |
| Binary | 1000100 | 1111011 | 1011110 | 101101 | 0 | 11000 | 110100 | 10010100 | 11101 | 100101 |
Color Harmonies of #447B5E
Complementary color
Monochromatic Colors of #447B5E
Black with #447B5E
Text Example
Text Example
White with #447B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447B5E; }
p { color: rgb(68,123,94); }
H1.HeaderClassName
{
color: #447B5E;
}
.AnyTagClassName
{
color: #447B5E;
}
</style>
background-color css
<style>
a { background-color: #447B5E; }
a { background-color: rgb(68,123,94); }
div.DivClassName
{
background-color: #447B5E;
}
.BgClassName
{
background-color: #447B5E;
}
</style>
border-color css
<style>
span { border-color: #447B5E; }
span { border-color: rgb(68,123,94); }
td.TdClassName
{
border-color: #447B5E;
}
.TagClassName
{
border-color: #447B5E;
}
</style>