Shades of Como #447A5D
Tints of Como #447A5D
RGB
CMYK
RGB Variations
Color information
#447A5D (or 0x447A5D) is known color: Como. HEX triplet: 44, 7A and 5D. RGB value is (68,122,93). Sum of RGB (Red+Green+Blue) = 68+122+93=283 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.03% from 283); Green value is 122 (48.05% from 255 or 43.11% from 283); Blue value is 93 (36.72% from 255 or 32.86% from 283); Max value from RGB is 122 - color contains mainly: green. Hex color #447A5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447A5D is #BB85A2. Grayscale: #666666. Windows color (decimal): -12289443 or 6126148. OLE color: 6126148.
HSL color Cylindrical-coordinate representation of color #447A5D: hue angle of 147.78º 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 #447A5D is Cyan = 0.44, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 68 | 122 | 93 | - |
| CMYK | 0.44 | 0 | 0.24 | 0.52 |
| HSL | 147.78º | 0.28% | 0.37% | - |
| HSV(B) | 147.78º | 0.44% | 0.48% | - |
| XYZ | 11.32 | 15.94 | 12.84 | - |
| YUV | 102.55 | 122.61 | 103.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 122 | 93 | 0.44 | 0 | 0.24 | 0.52 | 147.78 | 0.28 | 0.37 |
| Hex | 44 | 7A | 5D | 2C | 0 | 18 | 34 | 94 | 1C | 25 |
| Octal | 104 | 172 | 135 | 54 | 0 | 30 | 64 | 224 | 34 | 45 |
| Binary | 1000100 | 1111010 | 1011101 | 101100 | 0 | 11000 | 110100 | 10010100 | 11100 | 100101 |
Color Harmonies of #447A5D
Complementary color
Monochromatic Colors of #447A5D
Black with #447A5D
Text Example
Text Example
White with #447A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447A5D; }
p { color: rgb(68,122,93); }
H1.HeaderClassName
{
color: #447A5D;
}
.AnyTagClassName
{
color: #447A5D;
}
</style>
background-color css
<style>
a { background-color: #447A5D; }
a { background-color: rgb(68,122,93); }
div.DivClassName
{
background-color: #447A5D;
}
.BgClassName
{
background-color: #447A5D;
}
</style>
border-color css
<style>
span { border-color: #447A5D; }
span { border-color: rgb(68,122,93); }
td.TdClassName
{
border-color: #447A5D;
}
.TagClassName
{
border-color: #447A5D;
}
</style>