Html Css Color HEX #4BA284 Gossamer

📋 copy color: '#4BA284'

red 75 ◦ green 162 ◦ blue 132

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

Shades of Gossamer #4BA284

Tints of Gossamer #4BA284

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 35.77%

R = 20.33%
G = 43.9%
B = 35.77%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#4BA284 (or 0x4BA284) is known color: Gossamer. HEX triplet: 4B, A2 and 84. RGB value is (75,162,132). Sum of RGB (Red+Green+Blue) = 75+162+132=369 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.33% from 369); Green value is 162 (63.67% from 255 or 43.90% from 369); Blue value is 132 (51.95% from 255 or 35.77% from 369); Max value from RGB is 162 - color contains mainly: green. Hex color #4BA284 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BA284 is #B45D7B. Grayscale: #848484. Windows color (decimal): -11820412 or 8692299. OLE color: 8692299.

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

Color convert

RGB 75 162 132 -
CMYK 0.54 0 0.19 0.36
HSL 159.31º 0.37% 0.46% -
HSV(B) 159.31º 0.54% 0.64% -
XYZ 19.99 29 26.37 -
YUV 132.57 127.68 86.94 -
System Red Green Blue C M Y K H S L
Decimal 75 162 132 0.54 0 0.19 0.36 159.31 0.37 0.46
Hex 4B A2 84 36 0 13 24 9F 25 2E
Octal 113 242 204 66 0 23 44 237 45 56
Binary 1001011 10100010 10000100 110110 0 10011 100100 10011111 100101 101110

Color Harmonies of #4BA284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BA284

Black with #4BA284

Text Example


Text Example

White with #4BA284

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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