Shades of Gossamer #449C83
Tints of Gossamer #449C83
RGB
CMYK
RGB Variations
Color information
#449C83 (or 0x449C83) is known color: Gossamer. HEX triplet: 44, 9C and 83. RGB value is (68,156,131). Sum of RGB (Red+Green+Blue) = 68+156+131=355 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.15% from 355); Green value is 156 (61.33% from 255 or 43.94% from 355); Blue value is 131 (51.56% from 255 or 36.90% from 355); Max value from RGB is 156 - color contains mainly: green. Hex color #449C83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449C83 is #BB637C. Grayscale: #7E7E7E. Windows color (decimal): -12280701 or 8625220. OLE color: 8625220.
HSL color Cylindrical-coordinate representation of color #449C83: hue angle of 162.95º 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 #449C83 is Cyan = 0.56, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 68 | 156 | 131 | - |
| CMYK | 0.56 | 0 | 0.16 | 0.39 |
| HSL | 162.95º | 0.39% | 0.44% | - |
| HSV(B) | 162.95º | 0.56% | 0.61% | - |
| XYZ | 18.37 | 26.64 | 25.65 | - |
| YUV | 126.84 | 130.35 | 86.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 156 | 131 | 0.56 | 0 | 0.16 | 0.39 | 162.95 | 0.39 | 0.44 |
| Hex | 44 | 9C | 83 | 38 | 0 | 10 | 27 | A3 | 27 | 2C |
| Octal | 104 | 234 | 203 | 70 | 0 | 20 | 47 | 243 | 47 | 54 |
| Binary | 1000100 | 10011100 | 10000011 | 111000 | 0 | 10000 | 100111 | 10100011 | 100111 | 101100 |
Color Harmonies of #449C83
Complementary color
Monochromatic Colors of #449C83
Black with #449C83
Text Example
Text Example
White with #449C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449C83; }
p { color: rgb(68,156,131); }
H1.HeaderClassName
{
color: #449C83;
}
.AnyTagClassName
{
color: #449C83;
}
</style>
background-color css
<style>
a { background-color: #449C83; }
a { background-color: rgb(68,156,131); }
div.DivClassName
{
background-color: #449C83;
}
.BgClassName
{
background-color: #449C83;
}
</style>
border-color css
<style>
span { border-color: #449C83; }
span { border-color: rgb(68,156,131); }
td.TdClassName
{
border-color: #449C83;
}
.TagClassName
{
border-color: #449C83;
}
</style>