Shades of Gossamer #449F81
Tints of Gossamer #449F81
RGB
CMYK
RGB Variations
Color information
#449F81 (or 0x449F81) is known color: Gossamer. HEX triplet: 44, 9F and 81. RGB value is (68,159,129). Sum of RGB (Red+Green+Blue) = 68+159+129=356 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.10% from 356); Green value is 159 (62.5% from 255 or 44.66% from 356); Blue value is 129 (50.78% from 255 or 36.24% from 356); Max value from RGB is 159 - color contains mainly: green. Hex color #449F81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449F81 is #BB607E. Grayscale: #808080. Windows color (decimal): -12279935 or 8494916. OLE color: 8494916.
HSL color Cylindrical-coordinate representation of color #449F81: hue angle of 160.22º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #449F81 is Cyan = 0.57, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 68 | 159 | 129 | - |
| CMYK | 0.57 | 0 | 0.19 | 0.38 |
| HSL | 160.22º | 0.4% | 0.45% | - |
| HSV(B) | 160.22º | 0.57% | 0.62% | - |
| XYZ | 18.74 | 27.61 | 25.11 | - |
| YUV | 128.37 | 128.35 | 84.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 159 | 129 | 0.57 | 0 | 0.19 | 0.38 | 160.22 | 0.4 | 0.45 |
| Hex | 44 | 9F | 81 | 39 | 0 | 13 | 26 | A0 | 28 | 2D |
| Octal | 104 | 237 | 201 | 71 | 0 | 23 | 46 | 240 | 50 | 55 |
| Binary | 1000100 | 10011111 | 10000001 | 111001 | 0 | 10011 | 100110 | 10100000 | 101000 | 101101 |
Color Harmonies of #449F81
Complementary color
Monochromatic Colors of #449F81
Black with #449F81
Text Example
Text Example
White with #449F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449F81; }
p { color: rgb(68,159,129); }
H1.HeaderClassName
{
color: #449F81;
}
.AnyTagClassName
{
color: #449F81;
}
</style>
background-color css
<style>
a { background-color: #449F81; }
a { background-color: rgb(68,159,129); }
div.DivClassName
{
background-color: #449F81;
}
.BgClassName
{
background-color: #449F81;
}
</style>
border-color css
<style>
span { border-color: #449F81; }
span { border-color: rgb(68,159,129); }
td.TdClassName
{
border-color: #449F81;
}
.TagClassName
{
border-color: #449F81;
}
</style>