Html Css Color HEX #449B79 Gossamer

📋 copy color: '#449B79'

red 68 ◦ green 155 ◦ blue 121

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

Shades of Gossamer #449B79

Tints of Gossamer #449B79

RGB

 RED value IS 68 (26.95% from 255) = 19.77%

 GREEN value IS 155 (60.94% from 255) = 45.06%

 BLUE value IS 121 (47.66% from 255) = 35.17%

R = 19.77%
G = 45.06%
B = 35.17%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.22

 K value IS 0.39

RGB Variations

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

Color information

#449B79 (or 0x449B79) is known color: Gossamer. HEX triplet: 44, 9B and 79. RGB value is (68,155,121). Sum of RGB (Red+Green+Blue) = 68+155+121=344 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.77% from 344); Green value is 155 (60.94% from 255 or 45.06% from 344); Blue value is 121 (47.66% from 255 or 35.17% from 344); Max value from RGB is 155 - color contains mainly: green. Hex color #449B79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449B79 is #BB6486. Grayscale: #7D7D7D. Windows color (decimal): -12280967 or 7969604. OLE color: 7969604.

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

Color convert

RGB 68 155 121 -
CMYK 0.56 0 0.22 0.39
HSL 156.55º 0.39% 0.44% -
HSV(B) 156.55º 0.56% 0.61% -
XYZ 17.56 26.05 22.19 -
YUV 125.11 125.68 87.26 -
System Red Green Blue C M Y K H S L
Decimal 68 155 121 0.56 0 0.22 0.39 156.55 0.39 0.44
Hex 44 9B 79 38 0 16 27 9D 27 2C
Octal 104 233 171 70 0 26 47 235 47 54
Binary 1000100 10011011 1111001 111000 0 10110 100111 10011101 100111 101100

Color Harmonies of #449B79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449B79

Black with #449B79

Text Example


Text Example

White with #449B79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #449B79;
 }
 .AnyTagClassName
 {
   color: #449B79;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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