Shades of Gossamer #449A84
Tints of Gossamer #449A84
RGB
CMYK
RGB Variations
Color information
#449A84 (or 0x449A84) is known color: Gossamer. HEX triplet: 44, 9A and 84. RGB value is (68,154,132). Sum of RGB (Red+Green+Blue) = 68+154+132=354 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.21% from 354); Green value is 154 (60.55% from 255 or 43.50% from 354); Blue value is 132 (51.95% from 255 or 37.29% from 354); Max value from RGB is 154 - color contains mainly: green. Hex color #449A84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449A84 is #BB657B. Grayscale: #7D7D7D. Windows color (decimal): -12281212 or 8690244. OLE color: 8690244.
HSL color Cylindrical-coordinate representation of color #449A84: hue angle of 164.65º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #449A84 is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 68 | 154 | 132 | - |
| CMYK | 0.56 | 0 | 0.14 | 0.40 |
| HSL | 164.65º | 0.39% | 0.44% | - |
| HSV(B) | 164.65º | 0.56% | 0.6% | - |
| XYZ | 18.1 | 26.01 | 25.9 | - |
| YUV | 125.78 | 131.51 | 86.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 154 | 132 | 0.56 | 0 | 0.14 | 0.40 | 164.65 | 0.39 | 0.44 |
| Hex | 44 | 9A | 84 | 38 | 0 | E | 28 | A5 | 27 | 2C |
| Octal | 104 | 232 | 204 | 70 | 0 | 16 | 50 | 245 | 47 | 54 |
| Binary | 1000100 | 10011010 | 10000100 | 111000 | 0 | 1110 | 101000 | 10100101 | 100111 | 101100 |
Color Harmonies of #449A84
Complementary color
Monochromatic Colors of #449A84
Black with #449A84
Text Example
Text Example
White with #449A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449A84; }
p { color: rgb(68,154,132); }
H1.HeaderClassName
{
color: #449A84;
}
.AnyTagClassName
{
color: #449A84;
}
</style>
background-color css
<style>
a { background-color: #449A84; }
a { background-color: rgb(68,154,132); }
div.DivClassName
{
background-color: #449A84;
}
.BgClassName
{
background-color: #449A84;
}
</style>
border-color css
<style>
span { border-color: #449A84; }
span { border-color: rgb(68,154,132); }
td.TdClassName
{
border-color: #449A84;
}
.TagClassName
{
border-color: #449A84;
}
</style>