Html Css Color HEX #449E81 Gossamer

📋 copy color: '#449E81'

red 68 ◦ green 158 ◦ blue 129

#449E81
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gossamer #449E81

Tints of Gossamer #449E81

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 value IS 0.57

 M value IS 0

 Y value IS 0.18

 K value IS 0.38

RGB Variations

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

Color information

#449E81 (or 0x449E81) is known color: 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

RGB 68 158 129 -
CMYK 0.57 0 0.18 0.38
HSL 160.67º 0.4% 0.44% -
HSV(B) 160.67º 0.57% 0.62% -
XYZ 18.57 27.27 25.05 -
YUV 127.78 128.68 85.36 -
System Red Green Blue C M Y K H S L
Decimal 68 158 129 0.57 0 0.18 0.38 160.67 0.4 0.44
Hex 44 9E 81 39 0 12 26 A1 28 2C
Octal 104 236 201 71 0 22 46 241 50 54
Binary 1000100 10011110 10000001 111001 0 10010 100110 10100001 101000 101100

Color Harmonies of #449E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449E81

Black with #449E81

Text Example


Text Example

White with #449E81

Text Example


Text Example

HTML Codes & Css Web 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>