Shades of Como #447A5B
Tints of Como #447A5B
RGB
CMYK
RGB Variations
Color information
#447A5B (or 0x447A5B) is known color: Como. HEX triplet: 44, 7A and 5B. RGB value is (68,122,91). Sum of RGB (Red+Green+Blue) = 68+122+91=281 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.20% from 281); Green value is 122 (48.05% from 255 or 43.42% from 281); Blue value is 91 (35.94% from 255 or 32.38% from 281); Max value from RGB is 122 - color contains mainly: green. Hex color #447A5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447A5B is #BB85A4. Grayscale: #666666. Windows color (decimal): -12289445 or 5995076. OLE color: 5995076.
HSL color Cylindrical-coordinate representation of color #447A5B: hue angle of 145.56º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #447A5B is Cyan = 0.44, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 68 | 122 | 91 | - |
| CMYK | 0.44 | 0 | 0.25 | 0.52 |
| HSL | 145.56º | 0.28% | 0.37% | - |
| HSV(B) | 145.56º | 0.44% | 0.48% | - |
| XYZ | 11.23 | 15.9 | 12.38 | - |
| YUV | 102.32 | 121.61 | 103.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 122 | 91 | 0.44 | 0 | 0.25 | 0.52 | 145.56 | 0.28 | 0.37 |
| Hex | 44 | 7A | 5B | 2C | 0 | 19 | 34 | 92 | 1C | 25 |
| Octal | 104 | 172 | 133 | 54 | 0 | 31 | 64 | 222 | 34 | 45 |
| Binary | 1000100 | 1111010 | 1011011 | 101100 | 0 | 11001 | 110100 | 10010010 | 11100 | 100101 |
Color Harmonies of #447A5B
Complementary color
Monochromatic Colors of #447A5B
Black with #447A5B
Text Example
Text Example
White with #447A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447A5B; }
p { color: rgb(68,122,91); }
H1.HeaderClassName
{
color: #447A5B;
}
.AnyTagClassName
{
color: #447A5B;
}
</style>
background-color css
<style>
a { background-color: #447A5B; }
a { background-color: rgb(68,122,91); }
div.DivClassName
{
background-color: #447A5B;
}
.BgClassName
{
background-color: #447A5B;
}
</style>
border-color css
<style>
span { border-color: #447A5B; }
span { border-color: rgb(68,122,91); }
td.TdClassName
{
border-color: #447A5B;
}
.TagClassName
{
border-color: #447A5B;
}
</style>