Shades of Gossamer #449F8A
Tints of Gossamer #449F8A
RGB
CMYK
RGB Variations
Color information
#449F8A (or 0x449F8A) is known color: Gossamer. HEX triplet: 44, 9F and 8A. RGB value is (68,159,138). Sum of RGB (Red+Green+Blue) = 68+159+138=365 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.63% from 365); Green value is 159 (62.5% from 255 or 43.56% from 365); Blue value is 138 (54.30% from 255 or 37.81% from 365); Max value from RGB is 159 - color contains mainly: green. Hex color #449F8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449F8A is #BB6075. Grayscale: #818181. Windows color (decimal): -12279926 or 9084740. OLE color: 9084740.
HSL color Cylindrical-coordinate representation of color #449F8A: hue angle of 166.15º 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 #449F8A is Cyan = 0.57, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 68 | 159 | 138 | - |
| CMYK | 0.57 | 0 | 0.13 | 0.38 |
| HSL | 166.15º | 0.4% | 0.45% | - |
| HSV(B) | 166.15º | 0.57% | 0.62% | - |
| XYZ | 19.37 | 27.86 | 28.4 | - |
| YUV | 129.4 | 132.85 | 84.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 159 | 138 | 0.57 | 0 | 0.13 | 0.38 | 166.15 | 0.4 | 0.45 |
| Hex | 44 | 9F | 8A | 39 | 0 | D | 26 | A6 | 28 | 2D |
| Octal | 104 | 237 | 212 | 71 | 0 | 15 | 46 | 246 | 50 | 55 |
| Binary | 1000100 | 10011111 | 10001010 | 111001 | 0 | 1101 | 100110 | 10100110 | 101000 | 101101 |
Color Harmonies of #449F8A
Complementary color
Monochromatic Colors of #449F8A
Black with #449F8A
Text Example
Text Example
White with #449F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449F8A; }
p { color: rgb(68,159,138); }
H1.HeaderClassName
{
color: #449F8A;
}
.AnyTagClassName
{
color: #449F8A;
}
</style>
background-color css
<style>
a { background-color: #449F8A; }
a { background-color: rgb(68,159,138); }
div.DivClassName
{
background-color: #449F8A;
}
.BgClassName
{
background-color: #449F8A;
}
</style>
border-color css
<style>
span { border-color: #449F8A; }
span { border-color: rgb(68,159,138); }
td.TdClassName
{
border-color: #449F8A;
}
.TagClassName
{
border-color: #449F8A;
}
</style>