Shades of Gossamer #449E7C
Tints of Gossamer #449E7C
RGB
CMYK
RGB Variations
Color information
#449E7C (or 0x449E7C) is known color: Gossamer. HEX triplet: 44, 9E and 7C. RGB value is (68,158,124). Sum of RGB (Red+Green+Blue) = 68+158+124=350 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.43% from 350); Green value is 158 (62.11% from 255 or 45.14% from 350); Blue value is 124 (48.83% from 255 or 35.43% from 350); Max value from RGB is 158 - color contains mainly: green. Hex color #449E7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449E7C is #BB6183. Grayscale: #7F7F7F. Windows color (decimal): -12280196 or 8166980. OLE color: 8166980.
HSL color Cylindrical-coordinate representation of color #449E7C: hue angle of 157.33º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #449E7C is Cyan = 0.57, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 68 | 158 | 124 | - |
| CMYK | 0.57 | 0 | 0.22 | 0.38 |
| HSL | 157.33º | 0.4% | 0.44% | - |
| HSV(B) | 157.33º | 0.57% | 0.62% | - |
| XYZ | 18.25 | 27.14 | 23.35 | - |
| YUV | 127.21 | 126.18 | 85.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 158 | 124 | 0.57 | 0 | 0.22 | 0.38 | 157.33 | 0.4 | 0.44 |
| Hex | 44 | 9E | 7C | 39 | 0 | 16 | 26 | 9D | 28 | 2C |
| Octal | 104 | 236 | 174 | 71 | 0 | 26 | 46 | 235 | 50 | 54 |
| Binary | 1000100 | 10011110 | 1111100 | 111001 | 0 | 10110 | 100110 | 10011101 | 101000 | 101100 |
Color Harmonies of #449E7C
Complementary color
Monochromatic Colors of #449E7C
Black with #449E7C
Text Example
Text Example
White with #449E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449E7C; }
p { color: rgb(68,158,124); }
H1.HeaderClassName
{
color: #449E7C;
}
.AnyTagClassName
{
color: #449E7C;
}
</style>
background-color css
<style>
a { background-color: #449E7C; }
a { background-color: rgb(68,158,124); }
div.DivClassName
{
background-color: #449E7C;
}
.BgClassName
{
background-color: #449E7C;
}
</style>
border-color css
<style>
span { border-color: #449E7C; }
span { border-color: rgb(68,158,124); }
td.TdClassName
{
border-color: #449E7C;
}
.TagClassName
{
border-color: #449E7C;
}
</style>