Html Css Color HEX #4BA294 Gossamer

📋 copy color: '#4BA294'

red 75 ◦ green 162 ◦ blue 148

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

Shades of Gossamer #4BA294

Tints of Gossamer #4BA294

RGB

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

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

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

R = 19.48%
G = 42.08%
B = 38.44%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#4BA294 (or 0x4BA294) is known color: Gossamer. HEX triplet: 4B, A2 and 94. RGB value is (75,162,148). Sum of RGB (Red+Green+Blue) = 75+162+148=385 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.48% from 385); Green value is 162 (63.67% from 255 or 42.08% from 385); Blue value is 148 (58.20% from 255 or 38.44% from 385); Max value from RGB is 162 - color contains mainly: green. Hex color #4BA294 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BA294 is #B45D6B. Grayscale: #868686. Windows color (decimal): -11820396 or 9740875. OLE color: 9740875.

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

Color convert

RGB 75 162 148 -
CMYK 0.54 0 0.09 0.36
HSL 170.34º 0.37% 0.46% -
HSV(B) 170.34º 0.54% 0.64% -
XYZ 21.17 29.47 32.59 -
YUV 134.39 135.68 85.64 -
System Red Green Blue C M Y K H S L
Decimal 75 162 148 0.54 0 0.09 0.36 170.34 0.37 0.46
Hex 4B A2 94 36 0 9 24 AA 25 2E
Octal 113 242 224 66 0 11 44 252 45 56
Binary 1001011 10100010 10010100 110110 0 1001 100100 10101010 100101 101110

Color Harmonies of #4BA294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BA294

Black with #4BA294

Text Example


Text Example

White with #4BA294

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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