Html Css Color HEX #4BA295 Gossamer

📋 copy color: '#4BA295'

red 75 ◦ green 162 ◦ blue 149

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

Shades of Gossamer #4BA295

Tints of Gossamer #4BA295

RGB

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

 GREEN value IS 162 (63.67% from 255) = 41.97%

 BLUE value IS 149 (58.59% from 255) = 38.6%

R = 19.43%
G = 41.97%
B = 38.6%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.08

 K value IS 0.36

RGB Variations

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

Color information

#4BA295 (or 0x4BA295) is known color: Gossamer. HEX triplet: 4B, A2 and 95. RGB value is (75,162,149). Sum of RGB (Red+Green+Blue) = 75+162+149=386 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.43% from 386); Green value is 162 (63.67% from 255 or 41.97% from 386); Blue value is 149 (58.59% from 255 or 38.60% from 386); Max value from RGB is 162 - color contains mainly: green. Hex color #4BA295 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BA295 is #B45D6A. Grayscale: #868686. Windows color (decimal): -11820395 or 9806411. OLE color: 9806411.

HSL color Cylindrical-coordinate representation of color #4BA295: hue angle of 171.03º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4BA295 is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB 75 162 149 -
CMYK 0.54 0 0.08 0.36
HSL 171.03º 0.37% 0.46% -
HSV(B) 171.03º 0.54% 0.64% -
XYZ 21.25 29.51 33.01 -
YUV 134.51 136.18 85.56 -
System Red Green Blue C M Y K H S L
Decimal 75 162 149 0.54 0 0.08 0.36 171.03 0.37 0.46
Hex 4B A2 95 36 0 8 24 AB 25 2E
Octal 113 242 225 66 0 10 44 253 45 56
Binary 1001011 10100010 10010101 110110 0 1000 100100 10101011 100101 101110

Color Harmonies of #4BA295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BA295

Black with #4BA295

Text Example


Text Example

White with #4BA295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,162,149); }

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

background-color css

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

 a { background-color: rgb(75,162,149); }

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

border-color css

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

 span { border-color: rgb(75,162,149); }

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