#449C79

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

Shades of Gossamer #449C79

Tints of Gossamer #449C79

Color information

#449C79 (or 0x449C79) is unknown color: approx Gossamer. HEX triplet: 44, 9C and 79. RGB value is (68,156,121). Sum of RGB (Red+Green+Blue) = 68+156+121=345 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.71% from 345); Green value is 156 (61.33% from 255 or 45.22% from 345); Blue value is 121 (47.66% from 255 or 35.07% from 345); Max value from RGB is 156 - color contains mainly: green. Hex color #449C79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449C79 is #BB6386. Grayscale: #7D7D7D. Windows color (decimal): -12280711 or 7969860. OLE color: 7969860.

HSL color Cylindrical-coordinate representation of color #449C79: hue angle of 156.14º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #449C79 is Cyan = 0.56, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.39.

Color convert

RGB68156121-
CMYK0.5600.220.39
HSL156.14º39.29%43.92%-
HSV(B)156.14º56.41%61.18%-
XYZ17.7226.3922.25-
YUV125.7125.3586.85-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.71%
GREEN value IS 156 (61.33% from 255) = 45.22%
BLUE value IS 121 (47.66% from 255) = 35.07%
R=19.71%
G=45.22%
B=35.07%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal681561210.5600.220.39156.1439.2943.92
Hex449C7938016279c272c
Octal10423417170026472344754
Binary100010010011100111100111100001011010011110011100100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449C79; }

 p { color: rgb(68,156,121); }

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

<style>
 a { background-color: #449C79; }

 a { background-color: rgb(68,156,121); }

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

<style>
 span { border-color: #449C79; }

 span { border-color: rgb(68,156,121); }

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