Shades of Gossamer #449C7C
Tints of Gossamer #449C7C
RGB
CMYK
RGB Variations
Color information
#449C7C (or 0x449C7C) is known color: Gossamer. HEX triplet: 44, 9C and 7C. RGB value is (68,156,124). Sum of RGB (Red+Green+Blue) = 68+156+124=348 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.54% from 348); Green value is 156 (61.33% from 255 or 44.83% from 348); Blue value is 124 (48.83% from 255 or 35.63% from 348); Max value from RGB is 156 - color contains mainly: green. Hex color #449C7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449C7C is #BB6383. Grayscale: #7E7E7E. Windows color (decimal): -12280708 or 8166468. OLE color: 8166468.
HSL color Cylindrical-coordinate representation of color #449C7C: hue angle of 158.18º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #449C7C is Cyan = 0.56, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 68 | 156 | 124 | - |
| CMYK | 0.56 | 0 | 0.21 | 0.39 |
| HSL | 158.18º | 0.39% | 0.44% | - |
| HSV(B) | 158.18º | 0.56% | 0.61% | - |
| XYZ | 17.91 | 26.46 | 23.23 | - |
| YUV | 126.04 | 126.85 | 86.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 156 | 124 | 0.56 | 0 | 0.21 | 0.39 | 158.18 | 0.39 | 0.44 |
| Hex | 44 | 9C | 7C | 38 | 0 | 15 | 27 | 9E | 27 | 2C |
| Octal | 104 | 234 | 174 | 70 | 0 | 25 | 47 | 236 | 47 | 54 |
| Binary | 1000100 | 10011100 | 1111100 | 111000 | 0 | 10101 | 100111 | 10011110 | 100111 | 101100 |
Color Harmonies of #449C7C
Complementary color
Monochromatic Colors of #449C7C
Black with #449C7C
Text Example
Text Example
White with #449C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449C7C; }
p { color: rgb(68,156,124); }
H1.HeaderClassName
{
color: #449C7C;
}
.AnyTagClassName
{
color: #449C7C;
}
</style>
background-color css
<style>
a { background-color: #449C7C; }
a { background-color: rgb(68,156,124); }
div.DivClassName
{
background-color: #449C7C;
}
.BgClassName
{
background-color: #449C7C;
}
</style>
border-color css
<style>
span { border-color: #449C7C; }
span { border-color: rgb(68,156,124); }
td.TdClassName
{
border-color: #449C7C;
}
.TagClassName
{
border-color: #449C7C;
}
</style>