Shades of Gossamer #469C88
Tints of Gossamer #469C88
RGB
CMYK
RGB Variations
Color information
#469C88 (or 0x469C88) is known color: Gossamer. HEX triplet: 46, 9C and 88. RGB value is (70,156,136). Sum of RGB (Red+Green+Blue) = 70+156+136=362 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.34% from 362); Green value is 156 (61.33% from 255 or 43.09% from 362); Blue value is 136 (53.52% from 255 or 37.57% from 362); Max value from RGB is 156 - color contains mainly: green. Hex color #469C88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469C88 is #B96377. Grayscale: #808080. Windows color (decimal): -12149624 or 8952902. OLE color: 8952902.
HSL color Cylindrical-coordinate representation of color #469C88: hue angle of 166.05º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #469C88 is Cyan = 0.55, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 70 | 156 | 136 | - |
| CMYK | 0.55 | 0 | 0.13 | 0.39 |
| HSL | 166.05º | 0.38% | 0.44% | - |
| HSV(B) | 166.05º | 0.55% | 0.61% | - |
| XYZ | 18.86 | 26.86 | 27.48 | - |
| YUV | 128.01 | 132.51 | 86.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 156 | 136 | 0.55 | 0 | 0.13 | 0.39 | 166.05 | 0.38 | 0.44 |
| Hex | 46 | 9C | 88 | 37 | 0 | D | 27 | A6 | 26 | 2C |
| Octal | 106 | 234 | 210 | 67 | 0 | 15 | 47 | 246 | 46 | 54 |
| Binary | 1000110 | 10011100 | 10001000 | 110111 | 0 | 1101 | 100111 | 10100110 | 100110 | 101100 |
Color Harmonies of #469C88
Complementary color
Monochromatic Colors of #469C88
Black with #469C88
Text Example
Text Example
White with #469C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469C88; }
p { color: rgb(70,156,136); }
H1.HeaderClassName
{
color: #469C88;
}
.AnyTagClassName
{
color: #469C88;
}
</style>
background-color css
<style>
a { background-color: #469C88; }
a { background-color: rgb(70,156,136); }
div.DivClassName
{
background-color: #469C88;
}
.BgClassName
{
background-color: #469C88;
}
</style>
border-color css
<style>
span { border-color: #469C88; }
span { border-color: rgb(70,156,136); }
td.TdClassName
{
border-color: #469C88;
}
.TagClassName
{
border-color: #469C88;
}
</style>