Shades of Gossamer #4DA990
Tints of Gossamer #4DA990
RGB
CMYK
RGB Variations
Color information
#4DA990 (or 0x4DA990) is known color: Gossamer. HEX triplet: 4D, A9 and 90. RGB value is (77,169,144). Sum of RGB (Red+Green+Blue) = 77+169+144=390 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.74% from 390); Green value is 169 (66.41% from 255 or 43.33% from 390); Blue value is 144 (56.64% from 255 or 36.92% from 390); Max value from RGB is 169 - color contains mainly: green. Hex color #4DA990 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DA990 is #B2566F. Grayscale: #8A8A8A. Windows color (decimal): -11687536 or 9480525. OLE color: 9480525.
HSL color Cylindrical-coordinate representation of color #4DA990: hue angle of 163.7º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4DA990 is Cyan = 0.54, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 77 | 169 | 144 | - |
| CMYK | 0.54 | 0 | 0.15 | 0.34 |
| HSL | 163.7º | 0.37% | 0.48% | - |
| HSV(B) | 163.7º | 0.54% | 0.66% | - |
| XYZ | 22.28 | 31.97 | 31.38 | - |
| YUV | 138.64 | 131.02 | 84.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 169 | 144 | 0.54 | 0 | 0.15 | 0.34 | 163.7 | 0.37 | 0.48 |
| Hex | 4D | A9 | 90 | 36 | 0 | F | 22 | A4 | 25 | 30 |
| Octal | 115 | 251 | 220 | 66 | 0 | 17 | 42 | 244 | 45 | 60 |
| Binary | 1001101 | 10101001 | 10010000 | 110110 | 0 | 1111 | 100010 | 10100100 | 100101 | 110000 |
Color Harmonies of #4DA990
Complementary color
Monochromatic Colors of #4DA990
Black with #4DA990
Text Example
Text Example
White with #4DA990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA990; }
p { color: rgb(77,169,144); }
H1.HeaderClassName
{
color: #4DA990;
}
.AnyTagClassName
{
color: #4DA990;
}
</style>
background-color css
<style>
a { background-color: #4DA990; }
a { background-color: rgb(77,169,144); }
div.DivClassName
{
background-color: #4DA990;
}
.BgClassName
{
background-color: #4DA990;
}
</style>
border-color css
<style>
span { border-color: #4DA990; }
span { border-color: rgb(77,169,144); }
td.TdClassName
{
border-color: #4DA990;
}
.TagClassName
{
border-color: #4DA990;
}
</style>