Html Css Color HEX #449A79 Gossamer

📋 copy color: '#449A79'

red 68 ◦ green 154 ◦ blue 121

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

Shades of Gossamer #449A79

Tints of Gossamer #449A79

RGB

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

 GREEN value IS 154 (60.55% from 255) = 44.9%

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

R = 19.83%
G = 44.9%
B = 35.28%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.21

 K value IS 0.40

RGB Variations

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

Color information

#449A79 (or 0x449A79) is known color: Gossamer. HEX triplet: 44, 9A and 79. RGB value is (68,154,121). Sum of RGB (Red+Green+Blue) = 68+154+121=343 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.83% from 343); Green value is 154 (60.55% from 255 or 44.90% from 343); Blue value is 121 (47.66% from 255 or 35.28% from 343); Max value from RGB is 154 - color contains mainly: green. Hex color #449A79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449A79 is #BB6586. Grayscale: #7C7C7C. Windows color (decimal): -12281223 or 7969348. OLE color: 7969348.

HSL color Cylindrical-coordinate representation of color #449A79: hue angle of 156.98º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #449A79 is Cyan = 0.56, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.40.

Color convert

RGB 68 154 121 -
CMYK 0.56 0 0.21 0.40
HSL 156.98º 0.39% 0.44% -
HSV(B) 156.98º 0.56% 0.6% -
XYZ 17.39 25.72 22.14 -
YUV 124.52 126.01 87.68 -
System Red Green Blue C M Y K H S L
Decimal 68 154 121 0.56 0 0.21 0.40 156.98 0.39 0.44
Hex 44 9A 79 38 0 15 28 9D 27 2C
Octal 104 232 171 70 0 25 50 235 47 54
Binary 1000100 10011010 1111001 111000 0 10101 101000 10011101 100111 101100

Color Harmonies of #449A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449A79

Black with #449A79

Text Example


Text Example

White with #449A79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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