Html Css Color HEX #449C7E Gossamer

📋 copy color: '#449C7E'

red 68 ◦ green 156 ◦ blue 126

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

Shades of Gossamer #449C7E

Tints of Gossamer #449C7E

RGB

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

 GREEN value IS 156 (61.33% from 255) = 44.57%

 BLUE value IS 126 (49.61% from 255) = 36%

R = 19.43%
G = 44.57%
B = 36%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#449C7E (or 0x449C7E) is known color: Gossamer. HEX triplet: 44, 9C and 7E. RGB value is (68,156,126). Sum of RGB (Red+Green+Blue) = 68+156+126=350 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.43% from 350); Green value is 156 (61.33% from 255 or 44.57% from 350); Blue value is 126 (49.61% from 255 or 36% from 350); Max value from RGB is 156 - color contains mainly: green. Hex color #449C7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449C7E is #BB6381. Grayscale: #7E7E7E. Windows color (decimal): -12280706 or 8297540. OLE color: 8297540.

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

Color convert

RGB 68 156 126 -
CMYK 0.56 0 0.19 0.39
HSL 159.55º 0.39% 0.44% -
HSV(B) 159.55º 0.56% 0.61% -
XYZ 18.04 26.51 23.91 -
YUV 126.27 127.85 86.44 -
System Red Green Blue C M Y K H S L
Decimal 68 156 126 0.56 0 0.19 0.39 159.55 0.39 0.44
Hex 44 9C 7E 38 0 13 27 A0 27 2C
Octal 104 234 176 70 0 23 47 240 47 54
Binary 1000100 10011100 1111110 111000 0 10011 100111 10100000 100111 101100

Color Harmonies of #449C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449C7E

Black with #449C7E

Text Example


Text Example

White with #449C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,156,126); }

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

background-color css

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

 a { background-color: rgb(68,156,126); }

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

border-color css

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

 span { border-color: rgb(68,156,126); }

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