Html Css Color HEX #4BA890 Gossamer

📋 copy color: '#4BA890'

red 75 ◦ green 168 ◦ blue 144

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

Shades of Gossamer #4BA890

Tints of Gossamer #4BA890

RGB

 RED value IS 75 (29.69% from 255) = 19.38%

 GREEN value IS 168 (66.02% from 255) = 43.41%

 BLUE value IS 144 (56.64% from 255) = 37.21%

R = 19.38%
G = 43.41%
B = 37.21%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.14

 K value IS 0.34

RGB Variations

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

Color information

#4BA890 (or 0x4BA890) is known color: Gossamer. HEX triplet: 4B, A8 and 90. RGB value is (75,168,144). Sum of RGB (Red+Green+Blue) = 75+168+144=387 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.38% from 387); Green value is 168 (66.02% from 255 or 43.41% from 387); Blue value is 144 (56.64% from 255 or 37.21% from 387); Max value from RGB is 168 - color contains mainly: green. Hex color #4BA890 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BA890 is #B4576F. Grayscale: #898989. Windows color (decimal): -11818864 or 9480267. OLE color: 9480267.

HSL color Cylindrical-coordinate representation of color #4BA890: hue angle of 164.52º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4BA890 is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.34.

Color convert

RGB 75 168 144 -
CMYK 0.55 0 0.14 0.34
HSL 164.52º 0.38% 0.48% -
HSV(B) 164.52º 0.55% 0.66% -
XYZ 21.94 31.51 31.31 -
YUV 137.46 131.69 83.45 -
System Red Green Blue C M Y K H S L
Decimal 75 168 144 0.55 0 0.14 0.34 164.52 0.38 0.48
Hex 4B A8 90 37 0 E 22 A5 26 30
Octal 113 250 220 67 0 16 42 245 46 60
Binary 1001011 10101000 10010000 110111 0 1110 100010 10100101 100110 110000

Color Harmonies of #4BA890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BA890

Black with #4BA890

Text Example


Text Example

White with #4BA890

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,168,144); }

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

background-color css

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

 a { background-color: rgb(75,168,144); }

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

border-color css

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

 span { border-color: rgb(75,168,144); }

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