#4BA48A

Color #4BA48A Gossamer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossamer #4BA48A

Tints of Gossamer #4BA48A

Color information

#4BA48A (or 0x4BA48A) is unknown color: approx Gossamer. HEX triplet: 4B, A4 and 8A. RGB value is (75,164,138). Sum of RGB (Red+Green+Blue) = 75+164+138=377 (49% of max value = 765). Red value is 75 (29.69% from 255 or 19.89% from 377); Green value is 164 (64.45% from 255 or 43.50% from 377); Blue value is 138 (54.30% from 255 or 36.60% from 377); Max value from RGB is 164 - color contains mainly: green. Hex color #4BA48A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BA48A is #B45B75. Grayscale: #868686. Windows color (decimal): -11819894 or 9086027. OLE color: 9086027.

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

Color convert

RGB75164138-
CMYK0.5400.160.36
HSL162.47º37.24%46.86%-
HSV(B)162.47º54.27%64.31%-
XYZ20.7629.8828.72-
YUV134.43130.0185.61-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.89%
GREEN value IS 164 (64.45% from 255) = 43.50%
BLUE value IS 138 (54.30% from 255) = 36.60%
R=19.89%
G=43.50%
B=36.60%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal751641380.5400.160.36162.4737.2446.86
Hex4BA48A3601024a2252f
Octal11324421266020442424557
Binary1001011101001001000101011011001000010010010100010100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BA48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,164,138); }

 H1.HeaderClassName
 {
   color: #4BA48A;
 }
 .AnyTagClassName
 {
   color: #4BA48A;
 }
</style>
background-color css

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

 a { background-color: rgb(75,164,138); }

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

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

 span { border-color: rgb(75,164,138); }

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