Shades of Gossamer #46A48C
Tints of Gossamer #46A48C
RGB
CMYK
RGB Variations
Color information
#46A48C (or 0x46A48C) is known color: Gossamer. HEX triplet: 46, A4 and 8C. RGB value is (70,164,140). Sum of RGB (Red+Green+Blue) = 70+164+140=374 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.72% from 374); Green value is 164 (64.45% from 255 or 43.85% from 374); Blue value is 140 (55.08% from 255 or 37.43% from 374); Max value from RGB is 164 - color contains mainly: green. Hex color #46A48C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46A48C is #B95B73. Grayscale: #858585. Windows color (decimal): -12147572 or 9217094. OLE color: 9217094.
HSL color Cylindrical-coordinate representation of color #46A48C: hue angle of 164.68º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #46A48C is Cyan = 0.57, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 70 | 164 | 140 | - |
| CMYK | 0.57 | 0 | 0.15 | 0.36 |
| HSL | 164.68º | 0.4% | 0.46% | - |
| HSV(B) | 164.68º | 0.57% | 0.64% | - |
| XYZ | 20.53 | 29.75 | 29.47 | - |
| YUV | 133.16 | 131.86 | 82.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 164 | 140 | 0.57 | 0 | 0.15 | 0.36 | 164.68 | 0.4 | 0.46 |
| Hex | 46 | A4 | 8C | 39 | 0 | F | 24 | A5 | 28 | 2E |
| Octal | 106 | 244 | 214 | 71 | 0 | 17 | 44 | 245 | 50 | 56 |
| Binary | 1000110 | 10100100 | 10001100 | 111001 | 0 | 1111 | 100100 | 10100101 | 101000 | 101110 |
Color Harmonies of #46A48C
Complementary color
Monochromatic Colors of #46A48C
Black with #46A48C
Text Example
Text Example
White with #46A48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46A48C; }
p { color: rgb(70,164,140); }
H1.HeaderClassName
{
color: #46A48C;
}
.AnyTagClassName
{
color: #46A48C;
}
</style>
background-color css
<style>
a { background-color: #46A48C; }
a { background-color: rgb(70,164,140); }
div.DivClassName
{
background-color: #46A48C;
}
.BgClassName
{
background-color: #46A48C;
}
</style>
border-color css
<style>
span { border-color: #46A48C; }
span { border-color: rgb(70,164,140); }
td.TdClassName
{
border-color: #46A48C;
}
.TagClassName
{
border-color: #46A48C;
}
</style>