#449E81

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

Shades of Gossamer #449E81

Tints of Gossamer #449E81

Color information

#449E81 (or 0x449E81) is unknown color: approx Gossamer. HEX triplet: 44, 9E and 81. RGB value is (68,158,129). Sum of RGB (Red+Green+Blue) = 68+158+129=355 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.15% from 355); Green value is 158 (62.11% from 255 or 44.51% from 355); Blue value is 129 (50.78% from 255 or 36.34% from 355); Max value from RGB is 158 - color contains mainly: green. Hex color #449E81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449E81 is #BB617E. Grayscale: #7F7F7F. Windows color (decimal): -12280191 or 8494660. OLE color: 8494660.

HSL color Cylindrical-coordinate representation of color #449E81: hue angle of 160.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 #449E81 is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.38.

Color convert

RGB68158129-
CMYK0.5700.180.38
HSL160.67º39.82%44.31%-
HSV(B)160.67º56.96%61.96%-
XYZ18.5727.2725.05-
YUV127.78128.6885.36-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.15%
GREEN value IS 158 (62.11% from 255) = 44.51%
BLUE value IS 129 (50.78% from 255) = 36.34%
R=19.15%
G=44.51%
B=36.34%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal681581290.5700.180.38160.6739.8244.31
Hex449E813901226a1282c
Octal10423620171022462415054
Binary1000100100111101000000111100101001010011010100001101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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