Html Css Color HEX #449B7D Gossamer

📋 copy color: '#449B7D'

red 68 ◦ green 155 ◦ blue 125

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

Shades of Gossamer #449B7D

Tints of Gossamer #449B7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 35.92%

R = 19.54%
G = 44.54%
B = 35.92%

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

#449B7D (or 0x449B7D) is known color: Gossamer. HEX triplet: 44, 9B and 7D. RGB value is (68,155,125). Sum of RGB (Red+Green+Blue) = 68+155+125=348 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.54% from 348); Green value is 155 (60.94% from 255 or 44.54% from 348); Blue value is 125 (49.22% from 255 or 35.92% from 348); Max value from RGB is 155 - color contains mainly: green. Hex color #449B7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449B7D is #BB6482. Grayscale: #7D7D7D. Windows color (decimal): -12280963 or 8231748. OLE color: 8231748.

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

Color convert

RGB 68 155 125 -
CMYK 0.56 0 0.19 0.39
HSL 159.31º 0.39% 0.44% -
HSV(B) 159.31º 0.56% 0.61% -
XYZ 17.81 26.15 23.51 -
YUV 125.57 127.68 86.94 -
System Red Green Blue C M Y K H S L
Decimal 68 155 125 0.56 0 0.19 0.39 159.31 0.39 0.44
Hex 44 9B 7D 38 0 13 27 9F 27 2C
Octal 104 233 175 70 0 23 47 237 47 54
Binary 1000100 10011011 1111101 111000 0 10011 100111 10011111 100111 101100

Color Harmonies of #449B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449B7D

Black with #449B7D

Text Example


Text Example

White with #449B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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