Shades of Gossamer #4BA695
Tints of Gossamer #4BA695
RGB
CMYK
RGB Variations
Color information
#4BA695 (or 0x4BA695) is known color: Gossamer. HEX triplet: 4B, A6 and 95. RGB value is (75,166,149). Sum of RGB (Red+Green+Blue) = 75+166+149=390 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.23% from 390); Green value is 166 (65.23% from 255 or 42.56% from 390); Blue value is 149 (58.59% from 255 or 38.21% from 390); Max value from RGB is 166 - color contains mainly: green. Hex color #4BA695 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BA695 is #B4596A. Grayscale: #888888. Windows color (decimal): -11819371 or 9807435. OLE color: 9807435.
HSL color Cylindrical-coordinate representation of color #4BA695: hue angle of 168.79º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4BA695 is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 75 | 166 | 149 | - |
| CMYK | 0.55 | 0 | 0.10 | 0.35 |
| HSL | 168.79º | 0.38% | 0.47% | - |
| HSV(B) | 168.79º | 0.55% | 0.65% | - |
| XYZ | 21.96 | 30.94 | 33.25 | - |
| YUV | 136.85 | 134.85 | 83.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 166 | 149 | 0.55 | 0 | 0.10 | 0.35 | 168.79 | 0.38 | 0.47 |
| Hex | 4B | A6 | 95 | 37 | 0 | A | 23 | A9 | 26 | 2F |
| Octal | 113 | 246 | 225 | 67 | 0 | 12 | 43 | 251 | 46 | 57 |
| Binary | 1001011 | 10100110 | 10010101 | 110111 | 0 | 1010 | 100011 | 10101001 | 100110 | 101111 |
Color Harmonies of #4BA695
Complementary color
Monochromatic Colors of #4BA695
Black with #4BA695
Text Example
Text Example
White with #4BA695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA695; }
p { color: rgb(75,166,149); }
H1.HeaderClassName
{
color: #4BA695;
}
.AnyTagClassName
{
color: #4BA695;
}
</style>
background-color css
<style>
a { background-color: #4BA695; }
a { background-color: rgb(75,166,149); }
div.DivClassName
{
background-color: #4BA695;
}
.BgClassName
{
background-color: #4BA695;
}
</style>
border-color css
<style>
span { border-color: #4BA695; }
span { border-color: rgb(75,166,149); }
td.TdClassName
{
border-color: #4BA695;
}
.TagClassName
{
border-color: #4BA695;
}
</style>