Html Css Color HEX #449A7B Gossamer

📋 copy color: '#449A7B'

red 68 ◦ green 154 ◦ blue 123

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

Shades of Gossamer #449A7B

Tints of Gossamer #449A7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 35.65%

R = 19.71%
G = 44.64%
B = 35.65%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#449A7B (or 0x449A7B) is known color: Gossamer. HEX triplet: 44, 9A and 7B. RGB value is (68,154,123). Sum of RGB (Red+Green+Blue) = 68+154+123=345 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.71% from 345); Green value is 154 (60.55% from 255 or 44.64% from 345); Blue value is 123 (48.44% from 255 or 35.65% from 345); Max value from RGB is 154 - color contains mainly: green. Hex color #449A7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449A7B is #BB6584. Grayscale: #7C7C7C. Windows color (decimal): -12281221 or 8100420. OLE color: 8100420.

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

Color convert

RGB 68 154 123 -
CMYK 0.56 0 0.20 0.40
HSL 158.37º 0.39% 0.44% -
HSV(B) 158.37º 0.56% 0.6% -
XYZ 17.51 25.77 22.79 -
YUV 124.75 127.01 87.52 -
System Red Green Blue C M Y K H S L
Decimal 68 154 123 0.56 0 0.20 0.40 158.37 0.39 0.44
Hex 44 9A 7B 38 0 14 28 9E 27 2C
Octal 104 232 173 70 0 24 50 236 47 54
Binary 1000100 10011010 1111011 111000 0 10100 101000 10011110 100111 101100

Color Harmonies of #449A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449A7B

Black with #449A7B

Text Example


Text Example

White with #449A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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