Shades of Gossamer #449C81
Tints of Gossamer #449C81
RGB
CMYK
RGB Variations
Color information
#449C81 (or 0x449C81) is known color: Gossamer. HEX triplet: 44, 9C and 81. RGB value is (68,156,129). Sum of RGB (Red+Green+Blue) = 68+156+129=353 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.26% from 353); Green value is 156 (61.33% from 255 or 44.19% from 353); Blue value is 129 (50.78% from 255 or 36.54% from 353); Max value from RGB is 156 - color contains mainly: green. Hex color #449C81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449C81 is #BB637E. Grayscale: #7E7E7E. Windows color (decimal): -12280703 or 8494148. OLE color: 8494148.
HSL color Cylindrical-coordinate representation of color #449C81: hue angle of 161.59º 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 #449C81 is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 68 | 156 | 129 | - |
| CMYK | 0.56 | 0 | 0.17 | 0.39 |
| HSL | 161.59º | 0.39% | 0.44% | - |
| HSV(B) | 161.59º | 0.56% | 0.61% | - |
| XYZ | 18.23 | 26.59 | 24.94 | - |
| YUV | 126.61 | 129.35 | 86.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 156 | 129 | 0.56 | 0 | 0.17 | 0.39 | 161.59 | 0.39 | 0.44 |
| Hex | 44 | 9C | 81 | 38 | 0 | 11 | 27 | A2 | 27 | 2C |
| Octal | 104 | 234 | 201 | 70 | 0 | 21 | 47 | 242 | 47 | 54 |
| Binary | 1000100 | 10011100 | 10000001 | 111000 | 0 | 10001 | 100111 | 10100010 | 100111 | 101100 |
Color Harmonies of #449C81
Complementary color
Monochromatic Colors of #449C81
Black with #449C81
Text Example
Text Example
White with #449C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449C81; }
p { color: rgb(68,156,129); }
H1.HeaderClassName
{
color: #449C81;
}
.AnyTagClassName
{
color: #449C81;
}
</style>
background-color css
<style>
a { background-color: #449C81; }
a { background-color: rgb(68,156,129); }
div.DivClassName
{
background-color: #449C81;
}
.BgClassName
{
background-color: #449C81;
}
</style>
border-color css
<style>
span { border-color: #449C81; }
span { border-color: rgb(68,156,129); }
td.TdClassName
{
border-color: #449C81;
}
.TagClassName
{
border-color: #449C81;
}
</style>