Shades of Gossamer #449E91
Tints of Gossamer #449E91
RGB
CMYK
RGB Variations
Color information
#449E91 (or 0x449E91) is known color: Gossamer. HEX triplet: 44, 9E and 91. RGB value is (68,158,145). Sum of RGB (Red+Green+Blue) = 68+158+145=371 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.33% from 371); Green value is 158 (62.11% from 255 or 42.59% from 371); Blue value is 145 (57.03% from 255 or 39.08% from 371); Max value from RGB is 158 - color contains mainly: green. Hex color #449E91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449E91 is #BB616E. Grayscale: #818181. Windows color (decimal): -12280175 or 9543236. OLE color: 9543236.
HSL color Cylindrical-coordinate representation of color #449E91: hue angle of 171.33º 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 #449E91 is Cyan = 0.57, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 68 | 158 | 145 | - |
| CMYK | 0.57 | 0 | 0.08 | 0.38 |
| HSL | 171.33º | 0.4% | 0.44% | - |
| HSV(B) | 171.33º | 0.57% | 0.62% | - |
| XYZ | 19.72 | 27.73 | 31.1 | - |
| YUV | 129.61 | 136.68 | 84.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 158 | 145 | 0.57 | 0 | 0.08 | 0.38 | 171.33 | 0.4 | 0.44 |
| Hex | 44 | 9E | 91 | 39 | 0 | 8 | 26 | AB | 28 | 2C |
| Octal | 104 | 236 | 221 | 71 | 0 | 10 | 46 | 253 | 50 | 54 |
| Binary | 1000100 | 10011110 | 10010001 | 111001 | 0 | 1000 | 100110 | 10101011 | 101000 | 101100 |
Color Harmonies of #449E91
Complementary color
Monochromatic Colors of #449E91
Black with #449E91
Text Example
Text Example
White with #449E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449E91; }
p { color: rgb(68,158,145); }
H1.HeaderClassName
{
color: #449E91;
}
.AnyTagClassName
{
color: #449E91;
}
</style>
background-color css
<style>
a { background-color: #449E91; }
a { background-color: rgb(68,158,145); }
div.DivClassName
{
background-color: #449E91;
}
.BgClassName
{
background-color: #449E91;
}
</style>
border-color css
<style>
span { border-color: #449E91; }
span { border-color: rgb(68,158,145); }
td.TdClassName
{
border-color: #449E91;
}
.TagClassName
{
border-color: #449E91;
}
</style>