#4CA488

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

Shades of Gossamer #4CA488

Tints of Gossamer #4CA488

Color information

#4CA488 (or 0x4CA488) is unknown color: approx Gossamer. HEX triplet: 4C, A4 and 88. RGB value is (76,164,136). Sum of RGB (Red+Green+Blue) = 76+164+136=376 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.21% from 376); Green value is 164 (64.45% from 255 or 43.62% from 376); Blue value is 136 (53.52% from 255 or 36.17% from 376); Max value from RGB is 164 - color contains mainly: green. Hex color #4CA488 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CA488 is #B35B77. Grayscale: #868686. Windows color (decimal): -11754360 or 8954956. OLE color: 8954956.

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

Color convert

RGB76164136-
CMYK0.5400.170.36
HSL160.91º36.67%47.06%-
HSV(B)160.91º53.66%64.31%-
XYZ20.729.8627.97-
YUV134.5128.8586.28-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.21%
GREEN value IS 164 (64.45% from 255) = 43.62%
BLUE value IS 136 (53.52% from 255) = 36.17%
R=20.21%
G=43.62%
B=36.17%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal761641360.5400.170.36160.9136.6747.06
Hex4CA4883601124a1252f
Octal11424421066021442414557
Binary1001100101001001000100011011001000110010010100001100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CA488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,164,136); }

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

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

 a { background-color: rgb(76,164,136); }

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

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

 span { border-color: rgb(76,164,136); }

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