#49A693

Color #49A693 Gossamer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossamer #49A693

Tints of Gossamer #49A693

Color information

#49A693 (or 0x49A693) is unknown color: approx Gossamer. HEX triplet: 49, A6 and 93. RGB value is (73,166,147). Sum of RGB (Red+Green+Blue) = 73+166+147=386 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.91% from 386); Green value is 166 (65.23% from 255 or 43.01% from 386); Blue value is 147 (57.81% from 255 or 38.08% from 386); Max value from RGB is 166 - color contains mainly: green. Hex color #49A693 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49A693 is #B6596C. Grayscale: #888888. Windows color (decimal): -11950445 or 9676361. OLE color: 9676361.

HSL color Cylindrical-coordinate representation of color #49A693: hue angle of 167.74º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #49A693 is Cyan = 0.56, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB73166147-
CMYK0.5600.110.35
HSL167.74º38.91%46.86%-
HSV(B)167.74º56.02%65.1%-
XYZ21.6530.832.41-
YUV136.03134.1983.04-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.91%
GREEN value IS 166 (65.23% from 255) = 43.01%
BLUE value IS 147 (57.81% from 255) = 38.08%
R=18.91%
G=43.01%
B=38.08%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal731661470.5600.110.35167.7438.9146.86
Hex49A693380B23a8272f
Octal11124622370013432504757
Binary100100110100110100100111110000101110001110101000100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49A693; }

 p { color: rgb(73,166,147); }

 H1.HeaderClassName
 {
   color: #49A693;
 }
 .AnyTagClassName
 {
   color: #49A693;
 }
</style>
background-color css

<style>
 a { background-color: #49A693; }

 a { background-color: rgb(73,166,147); }

 div.DivClassName
 {
   background-color: #49A693;
 }
 .BgClassName
 {
   background-color: #49A693;
 }
</style>
border-color css

<style>
 span { border-color: #49A693; }

 span { border-color: rgb(73,166,147); }

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