Html Css Color HEX #4AA498 Gossamer

📋 copy color: '#4AA498'

red 74 ◦ green 164 ◦ blue 152

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

Shades of Gossamer #4AA498

Tints of Gossamer #4AA498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 38.97%

R = 18.97%
G = 42.05%
B = 38.97%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#4AA498 (or 0x4AA498) is known color: Gossamer. HEX triplet: 4A, A4 and 98. RGB value is (74,164,152). Sum of RGB (Red+Green+Blue) = 74+164+152=390 (51% of max value = 765). Red value is 74 (29.30% from 255 or 18.97% from 390); Green value is 164 (64.45% from 255 or 42.05% from 390); Blue value is 152 (59.77% from 255 or 38.97% from 390); Max value from RGB is 164 - color contains mainly: green. Hex color #4AA498 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AA498 is #B55B67. Grayscale: #878787. Windows color (decimal): -11885416 or 10003530. OLE color: 10003530.

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

Color convert

RGB 74 164 152 -
CMYK 0.55 0 0.07 0.36
HSL 172º 0.38% 0.47% -
HSV(B) 172º 0.55% 0.64% -
XYZ 21.77 30.27 34.4 -
YUV 135.72 137.18 83.98 -
System Red Green Blue C M Y K H S L
Decimal 74 164 152 0.55 0 0.07 0.36 172 0.38 0.47
Hex 4A A4 98 37 0 7 24 AC 26 2F
Octal 112 244 230 67 0 7 44 254 46 57
Binary 1001010 10100100 10011000 110111 0 111 100100 10101100 100110 101111

Color Harmonies of #4AA498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AA498

Black with #4AA498

Text Example


Text Example

White with #4AA498

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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