Shades of Gossamer #449C82
Tints of Gossamer #449C82
RGB
CMYK
RGB Variations
Color information
#449C82 (or 0x449C82) is known color: Gossamer. HEX triplet: 44, 9C and 82. RGB value is (68,156,130). Sum of RGB (Red+Green+Blue) = 68+156+130=354 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.21% from 354); Green value is 156 (61.33% from 255 or 44.07% from 354); Blue value is 130 (51.17% from 255 or 36.72% from 354); Max value from RGB is 156 - color contains mainly: green. Hex color #449C82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449C82 is #BB637D. Grayscale: #7E7E7E. Windows color (decimal): -12280702 or 8559684. OLE color: 8559684.
HSL color Cylindrical-coordinate representation of color #449C82: hue angle of 162.27º 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 #449C82 is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 68 | 156 | 130 | - |
| CMYK | 0.56 | 0 | 0.17 | 0.39 |
| HSL | 162.27º | 0.39% | 0.44% | - |
| HSV(B) | 162.27º | 0.56% | 0.61% | - |
| XYZ | 18.3 | 26.62 | 25.29 | - |
| YUV | 126.72 | 129.85 | 86.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 156 | 130 | 0.56 | 0 | 0.17 | 0.39 | 162.27 | 0.39 | 0.44 |
| Hex | 44 | 9C | 82 | 38 | 0 | 11 | 27 | A2 | 27 | 2C |
| Octal | 104 | 234 | 202 | 70 | 0 | 21 | 47 | 242 | 47 | 54 |
| Binary | 1000100 | 10011100 | 10000010 | 111000 | 0 | 10001 | 100111 | 10100010 | 100111 | 101100 |
Color Harmonies of #449C82
Complementary color
Monochromatic Colors of #449C82
Black with #449C82
Text Example
Text Example
White with #449C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449C82; }
p { color: rgb(68,156,130); }
H1.HeaderClassName
{
color: #449C82;
}
.AnyTagClassName
{
color: #449C82;
}
</style>
background-color css
<style>
a { background-color: #449C82; }
a { background-color: rgb(68,156,130); }
div.DivClassName
{
background-color: #449C82;
}
.BgClassName
{
background-color: #449C82;
}
</style>
border-color css
<style>
span { border-color: #449C82; }
span { border-color: rgb(68,156,130); }
td.TdClassName
{
border-color: #449C82;
}
.TagClassName
{
border-color: #449C82;
}
</style>