Shades of Gossamer #48A783
Tints of Gossamer #48A783
RGB
CMYK
RGB Variations
Color information
#48A783 (or 0x48A783) is known color: Gossamer. HEX triplet: 48, A7 and 83. RGB value is (72,167,131). Sum of RGB (Red+Green+Blue) = 72+167+131=370 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.46% from 370); Green value is 167 (65.62% from 255 or 45.14% from 370); Blue value is 131 (51.56% from 255 or 35.41% from 370); Max value from RGB is 167 - color contains mainly: green. Hex color #48A783 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48A783 is #B7587C. Grayscale: #868686. Windows color (decimal): -12015741 or 8628040. OLE color: 8628040.
HSL color Cylindrical-coordinate representation of color #48A783: hue angle of 157.26º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #48A783 is Cyan = 0.57, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 72 | 167 | 131 | - |
| CMYK | 0.57 | 0 | 0.22 | 0.35 |
| HSL | 157.26º | 0.4% | 0.47% | - |
| HSV(B) | 157.26º | 0.57% | 0.65% | - |
| XYZ | 20.59 | 30.65 | 26.3 | - |
| YUV | 134.49 | 126.03 | 83.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 167 | 131 | 0.57 | 0 | 0.22 | 0.35 | 157.26 | 0.4 | 0.47 |
| Hex | 48 | A7 | 83 | 39 | 0 | 16 | 23 | 9D | 28 | 2F |
| Octal | 110 | 247 | 203 | 71 | 0 | 26 | 43 | 235 | 50 | 57 |
| Binary | 1001000 | 10100111 | 10000011 | 111001 | 0 | 10110 | 100011 | 10011101 | 101000 | 101111 |
Color Harmonies of #48A783
Complementary color
Monochromatic Colors of #48A783
Black with #48A783
Text Example
Text Example
White with #48A783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48A783; }
p { color: rgb(72,167,131); }
H1.HeaderClassName
{
color: #48A783;
}
.AnyTagClassName
{
color: #48A783;
}
</style>
background-color css
<style>
a { background-color: #48A783; }
a { background-color: rgb(72,167,131); }
div.DivClassName
{
background-color: #48A783;
}
.BgClassName
{
background-color: #48A783;
}
</style>
border-color css
<style>
span { border-color: #48A783; }
span { border-color: rgb(72,167,131); }
td.TdClassName
{
border-color: #48A783;
}
.TagClassName
{
border-color: #48A783;
}
</style>