Shades of Gossamer #449F7F
Tints of Gossamer #449F7F
RGB
CMYK
RGB Variations
Color information
#449F7F (or 0x449F7F) is known color: Gossamer. HEX triplet: 44, 9F and 7F. RGB value is (68,159,127). Sum of RGB (Red+Green+Blue) = 68+159+127=354 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.21% from 354); Green value is 159 (62.5% from 255 or 44.92% from 354); Blue value is 127 (50% from 255 or 35.88% from 354); Max value from RGB is 159 - color contains mainly: green. Hex color #449F7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449F7F is #BB6080. Grayscale: #808080. Windows color (decimal): -12279937 or 8363844. OLE color: 8363844.
HSL color Cylindrical-coordinate representation of color #449F7F: hue angle of 158.9º 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 #449F7F is Cyan = 0.57, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 68 | 159 | 127 | - |
| CMYK | 0.57 | 0 | 0.20 | 0.38 |
| HSL | 158.9º | 0.4% | 0.45% | - |
| HSV(B) | 158.9º | 0.57% | 0.62% | - |
| XYZ | 18.61 | 27.56 | 24.42 | - |
| YUV | 128.14 | 127.35 | 85.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 159 | 127 | 0.57 | 0 | 0.20 | 0.38 | 158.9 | 0.4 | 0.45 |
| Hex | 44 | 9F | 7F | 39 | 0 | 14 | 26 | 9F | 28 | 2D |
| Octal | 104 | 237 | 177 | 71 | 0 | 24 | 46 | 237 | 50 | 55 |
| Binary | 1000100 | 10011111 | 1111111 | 111001 | 0 | 10100 | 100110 | 10011111 | 101000 | 101101 |
Color Harmonies of #449F7F
Complementary color
Monochromatic Colors of #449F7F
Black with #449F7F
Text Example
Text Example
White with #449F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449F7F; }
p { color: rgb(68,159,127); }
H1.HeaderClassName
{
color: #449F7F;
}
.AnyTagClassName
{
color: #449F7F;
}
</style>
background-color css
<style>
a { background-color: #449F7F; }
a { background-color: rgb(68,159,127); }
div.DivClassName
{
background-color: #449F7F;
}
.BgClassName
{
background-color: #449F7F;
}
</style>
border-color css
<style>
span { border-color: #449F7F; }
span { border-color: rgb(68,159,127); }
td.TdClassName
{
border-color: #449F7F;
}
.TagClassName
{
border-color: #449F7F;
}
</style>