#4CA494

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

Shades of Gossamer #4CA494

Tints of Gossamer #4CA494

Color information

#4CA494 (or 0x4CA494) is unknown color: approx Gossamer. HEX triplet: 4C, A4 and 94. RGB value is (76,164,148). Sum of RGB (Red+Green+Blue) = 76+164+148=388 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.59% from 388); Green value is 164 (64.45% from 255 or 42.27% from 388); Blue value is 148 (58.20% from 255 or 38.14% from 388); Max value from RGB is 164 - color contains mainly: green. Hex color #4CA494 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CA494 is #B35B6B. Grayscale: #878787. Windows color (decimal): -11754348 or 9741388. OLE color: 9741388.

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

Color convert

RGB76164148-
CMYK0.5400.100.36
HSL169.09º36.67%47.06%-
HSV(B)169.09º53.66%64.31%-
XYZ21.630.2332.71-
YUV135.86134.8585.3-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 19.59%
GREEN value IS 164 (64.45% from 255) = 42.27%
BLUE value IS 148 (58.20% from 255) = 38.14%
R=19.59%
G=42.27%
B=38.14%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal761641480.5400.100.36169.0936.6747.06
Hex4CA494360A24a9252f
Octal11424422466012442514557
Binary100110010100100100101001101100101010010010101001100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CA494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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