#449E8D

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

Shades of Gossamer #449E8D

Tints of Gossamer #449E8D

Color information

#449E8D (or 0x449E8D) is unknown color: approx Gossamer. HEX triplet: 44, 9E and 8D. RGB value is (68,158,141). Sum of RGB (Red+Green+Blue) = 68+158+141=367 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.53% from 367); Green value is 158 (62.11% from 255 or 43.05% from 367); Blue value is 141 (55.47% from 255 or 38.42% from 367); Max value from RGB is 158 - color contains mainly: green. Hex color #449E8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449E8D is #BB6172. Grayscale: #818181. Windows color (decimal): -12280179 or 9281092. OLE color: 9281092.

HSL color Cylindrical-coordinate representation of color #449E8D: hue angle of 168.67º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #449E8D is Cyan = 0.57, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB68158141-
CMYK0.5700.110.38
HSL168.67º39.82%44.31%-
HSV(B)168.67º56.96%61.96%-
XYZ19.4227.6129.5-
YUV129.15134.6884.38-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.53%
GREEN value IS 158 (62.11% from 255) = 43.05%
BLUE value IS 141 (55.47% from 255) = 38.42%
R=18.53%
G=43.05%
B=38.42%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal681581410.5700.110.38168.6739.8244.31
Hex449E8D390B26a9282c
Octal10423621571013462515054
Binary100010010011110100011011110010101110011010101001101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,158,141); }

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

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

 a { background-color: rgb(68,158,141); }

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

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

 span { border-color: rgb(68,158,141); }

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