Html Css Color HEX #4AA48B Gossamer

📋 copy color: '#4AA48B'

red 74 ◦ green 164 ◦ blue 139

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

Shades of Gossamer #4AA48B

Tints of Gossamer #4AA48B

RGB

 RED value IS 74 (29.3% from 255) = 19.63%

 GREEN value IS 164 (64.45% from 255) = 43.5%

 BLUE value IS 139 (54.69% from 255) = 36.87%

R = 19.63%
G = 43.5%
B = 36.87%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#4AA48B (or 0x4AA48B) is known color: Gossamer. HEX triplet: 4A, A4 and 8B. RGB value is (74,164,139). Sum of RGB (Red+Green+Blue) = 74+164+139=377 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.63% from 377); Green value is 164 (64.45% from 255 or 43.50% from 377); Blue value is 139 (54.69% from 255 or 36.87% from 377); Max value from RGB is 164 - color contains mainly: green. Hex color #4AA48B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AA48B is #B55B74. Grayscale: #868686. Windows color (decimal): -11885429 or 9151562. OLE color: 9151562.

HSL color Cylindrical-coordinate representation of color #4AA48B: hue angle of 163.33º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4AA48B is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB 74 164 139 -
CMYK 0.55 0 0.15 0.36
HSL 163.33º 0.38% 0.47% -
HSV(B) 163.33º 0.55% 0.64% -
XYZ 20.76 29.87 29.1 -
YUV 134.24 130.68 85.03 -
System Red Green Blue C M Y K H S L
Decimal 74 164 139 0.55 0 0.15 0.36 163.33 0.38 0.47
Hex 4A A4 8B 37 0 F 24 A3 26 2F
Octal 112 244 213 67 0 17 44 243 46 57
Binary 1001010 10100100 10001011 110111 0 1111 100100 10100011 100110 101111

Color Harmonies of #4AA48B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AA48B

Black with #4AA48B

Text Example


Text Example

White with #4AA48B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4AA48B; }

 p { color: rgb(74,164,139); }

 H1.HeaderClassName
 {
   color: #4AA48B;
 }
 .AnyTagClassName
 {
   color: #4AA48B;
 }
</style>

background-color css

<style>
 a { background-color: #4AA48B; }

 a { background-color: rgb(74,164,139); }

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

border-color css

<style>
 span { border-color: #4AA48B; }

 span { border-color: rgb(74,164,139); }

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