Shades of Gossamer #4CA285
Tints of Gossamer #4CA285
RGB
CMYK
RGB Variations
Color information
#4CA285 (or 0x4CA285) is known color: Gossamer. HEX triplet: 4C, A2 and 85. RGB value is (76,162,133). Sum of RGB (Red+Green+Blue) = 76+162+133=371 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.49% from 371); Green value is 162 (63.67% from 255 or 43.67% from 371); Blue value is 133 (52.34% from 255 or 35.85% from 371); Max value from RGB is 162 - color contains mainly: green. Hex color #4CA285 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CA285 is #B35D7A. Grayscale: #858585. Windows color (decimal): -11754875 or 8757836. OLE color: 8757836.
HSL color Cylindrical-coordinate representation of color #4CA285: hue angle of 159.77º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4CA285 is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 76 | 162 | 133 | - |
| CMYK | 0.53 | 0 | 0.18 | 0.36 |
| HSL | 159.77º | 0.36% | 0.47% | - |
| HSV(B) | 159.77º | 0.53% | 0.64% | - |
| XYZ | 20.13 | 29.07 | 26.74 | - |
| YUV | 132.98 | 128.01 | 87.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 162 | 133 | 0.53 | 0 | 0.18 | 0.36 | 159.77 | 0.36 | 0.47 |
| Hex | 4C | A2 | 85 | 35 | 0 | 12 | 24 | A0 | 24 | 2F |
| Octal | 114 | 242 | 205 | 65 | 0 | 22 | 44 | 240 | 44 | 57 |
| Binary | 1001100 | 10100010 | 10000101 | 110101 | 0 | 10010 | 100100 | 10100000 | 100100 | 101111 |
Color Harmonies of #4CA285
Complementary color
Monochromatic Colors of #4CA285
Black with #4CA285
Text Example
Text Example
White with #4CA285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CA285; }
p { color: rgb(76,162,133); }
H1.HeaderClassName
{
color: #4CA285;
}
.AnyTagClassName
{
color: #4CA285;
}
</style>
background-color css
<style>
a { background-color: #4CA285; }
a { background-color: rgb(76,162,133); }
div.DivClassName
{
background-color: #4CA285;
}
.BgClassName
{
background-color: #4CA285;
}
</style>
border-color css
<style>
span { border-color: #4CA285; }
span { border-color: rgb(76,162,133); }
td.TdClassName
{
border-color: #4CA285;
}
.TagClassName
{
border-color: #4CA285;
}
</style>