Shades of Como #447F5C
Tints of Como #447F5C
RGB
CMYK
RGB Variations
Color information
#447F5C (or 0x447F5C) is known color: Como. HEX triplet: 44, 7F and 5C. RGB value is (68,127,92). Sum of RGB (Red+Green+Blue) = 68+127+92=287 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.69% from 287); Green value is 127 (50% from 255 or 44.25% from 287); Blue value is 92 (36.33% from 255 or 32.06% from 287); Max value from RGB is 127 - color contains mainly: green. Hex color #447F5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447F5C is #BB80A3. Grayscale: #696969. Windows color (decimal): -12288164 or 6061892. OLE color: 6061892.
HSL color Cylindrical-coordinate representation of color #447F5C: hue angle of 144.41º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #447F5C is Cyan = 0.46, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 68 | 127 | 92 | - |
| CMYK | 0.46 | 0 | 0.28 | 0.50 |
| HSL | 144.41º | 0.3% | 0.38% | - |
| HSV(B) | 144.41º | 0.46% | 0.5% | - |
| XYZ | 11.91 | 17.18 | 12.81 | - |
| YUV | 105.37 | 120.45 | 101.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 127 | 92 | 0.46 | 0 | 0.28 | 0.50 | 144.41 | 0.3 | 0.38 |
| Hex | 44 | 7F | 5C | 2E | 0 | 1C | 32 | 90 | 1E | 26 |
| Octal | 104 | 177 | 134 | 56 | 0 | 34 | 62 | 220 | 36 | 46 |
| Binary | 1000100 | 1111111 | 1011100 | 101110 | 0 | 11100 | 110010 | 10010000 | 11110 | 100110 |
Color Harmonies of #447F5C
Complementary color
Monochromatic Colors of #447F5C
Black with #447F5C
Text Example
Text Example
White with #447F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447F5C; }
p { color: rgb(68,127,92); }
H1.HeaderClassName
{
color: #447F5C;
}
.AnyTagClassName
{
color: #447F5C;
}
</style>
background-color css
<style>
a { background-color: #447F5C; }
a { background-color: rgb(68,127,92); }
div.DivClassName
{
background-color: #447F5C;
}
.BgClassName
{
background-color: #447F5C;
}
</style>
border-color css
<style>
span { border-color: #447F5C; }
span { border-color: rgb(68,127,92); }
td.TdClassName
{
border-color: #447F5C;
}
.TagClassName
{
border-color: #447F5C;
}
</style>