Shades of Gossamer #469C83
Tints of Gossamer #469C83
RGB
CMYK
RGB Variations
Color information
#469C83 (or 0x469C83) is known color: Gossamer. HEX triplet: 46, 9C and 83. RGB value is (70,156,131). Sum of RGB (Red+Green+Blue) = 70+156+131=357 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.61% from 357); Green value is 156 (61.33% from 255 or 43.70% from 357); Blue value is 131 (51.56% from 255 or 36.69% from 357); Max value from RGB is 156 - color contains mainly: green. Hex color #469C83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469C83 is #B9637C. Grayscale: #7F7F7F. Windows color (decimal): -12149629 or 8625222. OLE color: 8625222.
HSL color Cylindrical-coordinate representation of color #469C83: hue angle of 162.56º 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 #469C83 is Cyan = 0.55, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 70 | 156 | 131 | - |
| CMYK | 0.55 | 0 | 0.16 | 0.39 |
| HSL | 162.56º | 0.38% | 0.44% | - |
| HSV(B) | 162.56º | 0.55% | 0.61% | - |
| XYZ | 18.51 | 26.72 | 25.65 | - |
| YUV | 127.44 | 130.01 | 87.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 156 | 131 | 0.55 | 0 | 0.16 | 0.39 | 162.56 | 0.38 | 0.44 |
| Hex | 46 | 9C | 83 | 37 | 0 | 10 | 27 | A3 | 26 | 2C |
| Octal | 106 | 234 | 203 | 67 | 0 | 20 | 47 | 243 | 46 | 54 |
| Binary | 1000110 | 10011100 | 10000011 | 110111 | 0 | 10000 | 100111 | 10100011 | 100110 | 101100 |
Color Harmonies of #469C83
Complementary color
Monochromatic Colors of #469C83
Black with #469C83
Text Example
Text Example
White with #469C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469C83; }
p { color: rgb(70,156,131); }
H1.HeaderClassName
{
color: #469C83;
}
.AnyTagClassName
{
color: #469C83;
}
</style>
background-color css
<style>
a { background-color: #469C83; }
a { background-color: rgb(70,156,131); }
div.DivClassName
{
background-color: #469C83;
}
.BgClassName
{
background-color: #469C83;
}
</style>
border-color css
<style>
span { border-color: #469C83; }
span { border-color: rgb(70,156,131); }
td.TdClassName
{
border-color: #469C83;
}
.TagClassName
{
border-color: #469C83;
}
</style>