Shades of Gossamer #449D81
Tints of Gossamer #449D81
RGB
CMYK
RGB Variations
Color information
#449D81 (or 0x449D81) is known color: Gossamer. HEX triplet: 44, 9D and 81. RGB value is (68,157,129). Sum of RGB (Red+Green+Blue) = 68+157+129=354 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.21% from 354); Green value is 157 (61.72% from 255 or 44.35% from 354); Blue value is 129 (50.78% from 255 or 36.44% from 354); Max value from RGB is 157 - color contains mainly: green. Hex color #449D81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449D81 is #BB627E. Grayscale: #7F7F7F. Windows color (decimal): -12280447 or 8494404. OLE color: 8494404.
HSL color Cylindrical-coordinate representation of color #449D81: hue angle of 161.12º 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 #449D81 is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 68 | 157 | 129 | - |
| CMYK | 0.57 | 0 | 0.18 | 0.38 |
| HSL | 161.12º | 0.4% | 0.44% | - |
| HSV(B) | 161.12º | 0.57% | 0.62% | - |
| XYZ | 18.4 | 26.93 | 25 | - |
| YUV | 127.2 | 129.01 | 85.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 157 | 129 | 0.57 | 0 | 0.18 | 0.38 | 161.12 | 0.4 | 0.44 |
| Hex | 44 | 9D | 81 | 39 | 0 | 12 | 26 | A1 | 28 | 2C |
| Octal | 104 | 235 | 201 | 71 | 0 | 22 | 46 | 241 | 50 | 54 |
| Binary | 1000100 | 10011101 | 10000001 | 111001 | 0 | 10010 | 100110 | 10100001 | 101000 | 101100 |
Color Harmonies of #449D81
Complementary color
Monochromatic Colors of #449D81
Black with #449D81
Text Example
Text Example
White with #449D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449D81; }
p { color: rgb(68,157,129); }
H1.HeaderClassName
{
color: #449D81;
}
.AnyTagClassName
{
color: #449D81;
}
</style>
background-color css
<style>
a { background-color: #449D81; }
a { background-color: rgb(68,157,129); }
div.DivClassName
{
background-color: #449D81;
}
.BgClassName
{
background-color: #449D81;
}
</style>
border-color css
<style>
span { border-color: #449D81; }
span { border-color: rgb(68,157,129); }
td.TdClassName
{
border-color: #449D81;
}
.TagClassName
{
border-color: #449D81;
}
</style>