#469D7C

Color #469D7C Gossamer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossamer #469D7C

Tints of Gossamer #469D7C

Color information

#469D7C (or 0x469D7C) is unknown color: approx Gossamer. HEX triplet: 46, 9D and 7C. RGB value is (70,157,124). Sum of RGB (Red+Green+Blue) = 70+157+124=351 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.94% from 351); Green value is 157 (61.72% from 255 or 44.73% from 351); Blue value is 124 (48.83% from 255 or 35.33% from 351); Max value from RGB is 157 - color contains mainly: green. Hex color #469D7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469D7C is #B96283. Grayscale: #7F7F7F. Windows color (decimal): -12149380 or 8166726. OLE color: 8166726.

HSL color Cylindrical-coordinate representation of color #469D7C: hue angle of 157.24º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #469D7C is Cyan = 0.55, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.38.

Color convert

RGB70157124-
CMYK0.5500.210.38
HSL157.24º38.33%44.51%-
HSV(B)157.24º55.41%61.57%-
XYZ18.2226.8723.3-
YUV127.22126.1887.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 70 (27.73% from 255) = 19.94%
GREEN value IS 157 (61.72% from 255) = 44.73%
BLUE value IS 124 (48.83% from 255) = 35.33%
R=19.94%
G=44.73%
B=35.33%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal701571240.5500.210.38157.2438.3344.51
Hex469D7C37015269d262d
Octal10623517467025462354655
Binary100011010011101111110011011101010110011010011101100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469D7C; }

 p { color: rgb(70,157,124); }

 H1.HeaderClassName
 {
   color: #469D7C;
 }
 .AnyTagClassName
 {
   color: #469D7C;
 }
</style>
background-color css

<style>
 a { background-color: #469D7C; }

 a { background-color: rgb(70,157,124); }

 div.DivClassName
 {
   background-color: #469D7C;
 }
 .BgClassName
 {
   background-color: #469D7C;
 }
</style>
border-color css

<style>
 span { border-color: #469D7C; }

 span { border-color: rgb(70,157,124); }

 td.TdClassName
 {
   border-color: #469D7C;
 }
 .TagClassName
 {
   border-color: #469D7C;
 }
</style>