#4BA187

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

Shades of Gossamer #4BA187

Tints of Gossamer #4BA187

Color information

#4BA187 (or 0x4BA187) is unknown color: approx Gossamer. HEX triplet: 4B, A1 and 87. RGB value is (75,161,135). Sum of RGB (Red+Green+Blue) = 75+161+135=371 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.22% from 371); Green value is 161 (63.28% from 255 or 43.40% from 371); Blue value is 135 (53.12% from 255 or 36.39% from 371); Max value from RGB is 161 - color contains mainly: green. Hex color #4BA187 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BA187 is #B45E78. Grayscale: #848484. Windows color (decimal): -11820665 or 8888651. OLE color: 8888651.

HSL color Cylindrical-coordinate representation of color #4BA187: hue angle of 161.86º 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 #4BA187 is Cyan = 0.53, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.37.

Color convert

RGB75161135-
CMYK0.5300.160.37
HSL161.86º36.44%46.27%-
HSV(B)161.86º53.42%63.14%-
XYZ20.0228.7327.41-
YUV132.32129.5187.11-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.22%
GREEN value IS 161 (63.28% from 255) = 43.40%
BLUE value IS 135 (53.12% from 255) = 36.39%
R=20.22%
G=43.40%
B=36.39%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal751611350.5300.160.37161.8636.4446.27
Hex4BA1873501025a2242e
Octal11324120765020452424456
Binary1001011101000011000011111010101000010010110100010100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BA187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,161,135); }

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

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

 a { background-color: rgb(75,161,135); }

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

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

 span { border-color: rgb(75,161,135); }

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