Shades of Como #447B5D
Tints of Como #447B5D
RGB
CMYK
RGB Variations
Color information
#447B5D (or 0x447B5D) is known color: Como. HEX triplet: 44, 7B and 5D. RGB value is (68,123,93). Sum of RGB (Red+Green+Blue) = 68+123+93=284 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.94% from 284); Green value is 123 (48.44% from 255 or 43.31% from 284); Blue value is 93 (36.72% from 255 or 32.75% from 284); Max value from RGB is 123 - color contains mainly: green. Hex color #447B5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447B5D is #BB84A2. Grayscale: #676767. Windows color (decimal): -12289187 or 6126404. OLE color: 6126404.
HSL color Cylindrical-coordinate representation of color #447B5D: hue angle of 147.27º 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 #447B5D is Cyan = 0.45, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 68 | 123 | 93 | - |
| CMYK | 0.45 | 0 | 0.24 | 0.52 |
| HSL | 147.27º | 0.29% | 0.37% | - |
| HSV(B) | 147.27º | 0.45% | 0.48% | - |
| XYZ | 11.44 | 16.19 | 12.88 | - |
| YUV | 103.14 | 122.28 | 102.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 123 | 93 | 0.45 | 0 | 0.24 | 0.52 | 147.27 | 0.29 | 0.37 |
| Hex | 44 | 7B | 5D | 2D | 0 | 18 | 34 | 93 | 1D | 25 |
| Octal | 104 | 173 | 135 | 55 | 0 | 30 | 64 | 223 | 35 | 45 |
| Binary | 1000100 | 1111011 | 1011101 | 101101 | 0 | 11000 | 110100 | 10010011 | 11101 | 100101 |
Color Harmonies of #447B5D
Complementary color
Monochromatic Colors of #447B5D
Black with #447B5D
Text Example
Text Example
White with #447B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447B5D; }
p { color: rgb(68,123,93); }
H1.HeaderClassName
{
color: #447B5D;
}
.AnyTagClassName
{
color: #447B5D;
}
</style>
background-color css
<style>
a { background-color: #447B5D; }
a { background-color: rgb(68,123,93); }
div.DivClassName
{
background-color: #447B5D;
}
.BgClassName
{
background-color: #447B5D;
}
</style>
border-color css
<style>
span { border-color: #447B5D; }
span { border-color: rgb(68,123,93); }
td.TdClassName
{
border-color: #447B5D;
}
.TagClassName
{
border-color: #447B5D;
}
</style>