Shades of Gossamer #449B86
Tints of Gossamer #449B86
RGB
CMYK
RGB Variations
Color information
#449B86 (or 0x449B86) is known color: Gossamer. HEX triplet: 44, 9B and 86. RGB value is (68,155,134). Sum of RGB (Red+Green+Blue) = 68+155+134=357 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.05% from 357); Green value is 155 (60.94% from 255 or 43.42% from 357); Blue value is 134 (52.73% from 255 or 37.54% from 357); Max value from RGB is 155 - color contains mainly: green. Hex color #449B86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449B86 is #BB6479. Grayscale: #7E7E7E. Windows color (decimal): -12280954 or 8821572. OLE color: 8821572.
HSL color Cylindrical-coordinate representation of color #449B86: hue angle of 165.52º 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 #449B86 is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 68 | 155 | 134 | - |
| CMYK | 0.56 | 0 | 0.14 | 0.39 |
| HSL | 165.52º | 0.39% | 0.44% | - |
| HSV(B) | 165.52º | 0.56% | 0.61% | - |
| XYZ | 18.41 | 26.39 | 26.68 | - |
| YUV | 126.59 | 132.18 | 86.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 155 | 134 | 0.56 | 0 | 0.14 | 0.39 | 165.52 | 0.39 | 0.44 |
| Hex | 44 | 9B | 86 | 38 | 0 | E | 27 | A6 | 27 | 2C |
| Octal | 104 | 233 | 206 | 70 | 0 | 16 | 47 | 246 | 47 | 54 |
| Binary | 1000100 | 10011011 | 10000110 | 111000 | 0 | 1110 | 100111 | 10100110 | 100111 | 101100 |
Color Harmonies of #449B86
Complementary color
Monochromatic Colors of #449B86
Black with #449B86
Text Example
Text Example
White with #449B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449B86; }
p { color: rgb(68,155,134); }
H1.HeaderClassName
{
color: #449B86;
}
.AnyTagClassName
{
color: #449B86;
}
</style>
background-color css
<style>
a { background-color: #449B86; }
a { background-color: rgb(68,155,134); }
div.DivClassName
{
background-color: #449B86;
}
.BgClassName
{
background-color: #449B86;
}
</style>
border-color css
<style>
span { border-color: #449B86; }
span { border-color: rgb(68,155,134); }
td.TdClassName
{
border-color: #449B86;
}
.TagClassName
{
border-color: #449B86;
}
</style>