#4BA085

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

Shades of Gossamer #4BA085

Tints of Gossamer #4BA085

Color information

#4BA085 (or 0x4BA085) is unknown color: approx Gossamer. HEX triplet: 4B, A0 and 85. RGB value is (75,160,133). Sum of RGB (Red+Green+Blue) = 75+160+133=368 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.38% from 368); Green value is 160 (62.89% from 255 or 43.48% from 368); Blue value is 133 (52.34% from 255 or 36.14% from 368); Max value from RGB is 160 - color contains mainly: green. Hex color #4BA085 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BA085 is #B45F7A. Grayscale: #838383. Windows color (decimal): -11820923 or 8757323. OLE color: 8757323.

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

Color convert

RGB75160133-
CMYK0.5300.170.37
HSL160.94º36.17%46.08%-
HSV(B)160.94º53.12%62.75%-
XYZ19.7128.3326.62-
YUV131.51128.8487.7-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.38%
GREEN value IS 160 (62.89% from 255) = 43.48%
BLUE value IS 133 (52.34% from 255) = 36.14%
R=20.38%
G=43.48%
B=36.14%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal751601330.5300.170.37160.9436.1746.08
Hex4BA0853501125a1242e
Octal11324020565021452414456
Binary1001011101000001000010111010101000110010110100001100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BA085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,160,133); }

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

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

 a { background-color: rgb(75,160,133); }

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

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

 span { border-color: rgb(75,160,133); }

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