#449C7E

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

Shades of Gossamer #449C7E

Tints of Gossamer #449C7E

Color information

#449C7E (or 0x449C7E) is unknown color: approx Gossamer. HEX triplet: 44, 9C and 7E. RGB value is (68,156,126). Sum of RGB (Red+Green+Blue) = 68+156+126=350 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.43% from 350); Green value is 156 (61.33% from 255 or 44.57% from 350); Blue value is 126 (49.61% from 255 or 36% from 350); Max value from RGB is 156 - color contains mainly: green. Hex color #449C7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449C7E is #BB6381. Grayscale: #7E7E7E. Windows color (decimal): -12280706 or 8297540. OLE color: 8297540.

HSL color Cylindrical-coordinate representation of color #449C7E: hue angle of 159.55º 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 #449C7E is Cyan = 0.56, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB68156126-
CMYK0.5600.190.39
HSL159.55º39.29%43.92%-
HSV(B)159.55º56.41%61.18%-
XYZ18.0426.5123.91-
YUV126.27127.8586.44-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.43%
GREEN value IS 156 (61.33% from 255) = 44.57%
BLUE value IS 126 (49.61% from 255) = 36%
R=19.43%
G=44.57%
B=36%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal681561260.5600.190.39159.5539.2943.92
Hex449C7E3801327a0272c
Octal10423417670023472404754
Binary100010010011100111111011100001001110011110100000100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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