Html Css Color HEX #4AA494 Gossamer

📋 copy color: '#4AA494'

red 74 ◦ green 164 ◦ blue 148

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

Shades of Gossamer #4AA494

Tints of Gossamer #4AA494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 38.34%

R = 19.17%
G = 42.49%
B = 38.34%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#4AA494 (or 0x4AA494) is known color: Gossamer. HEX triplet: 4A, A4 and 94. RGB value is (74,164,148). Sum of RGB (Red+Green+Blue) = 74+164+148=386 (51% of max value = 765). Red value is 74 (29.30% from 255 or 19.17% from 386); Green value is 164 (64.45% from 255 or 42.49% from 386); Blue value is 148 (58.20% from 255 or 38.34% from 386); Max value from RGB is 164 - color contains mainly: green. Hex color #4AA494 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AA494 is #B55B6B. Grayscale: #878787. Windows color (decimal): -11885420 or 9741386. OLE color: 9741386.

HSL color Cylindrical-coordinate representation of color #4AA494: hue angle of 169.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 #4AA494 is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB 74 164 148 -
CMYK 0.55 0 0.10 0.36
HSL 169.33º 0.38% 0.47% -
HSV(B) 169.33º 0.55% 0.64% -
XYZ 21.44 30.14 32.71 -
YUV 135.27 135.18 84.3 -
System Red Green Blue C M Y K H S L
Decimal 74 164 148 0.55 0 0.10 0.36 169.33 0.38 0.47
Hex 4A A4 94 37 0 A 24 A9 26 2F
Octal 112 244 224 67 0 12 44 251 46 57
Binary 1001010 10100100 10010100 110111 0 1010 100100 10101001 100110 101111

Color Harmonies of #4AA494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AA494

Black with #4AA494

Text Example


Text Example

White with #4AA494

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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