#4CA285

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

Shades of Gossamer #4CA285

Tints of Gossamer #4CA285

Color information

#4CA285 (or 0x4CA285) is unknown color: approx Gossamer. HEX triplet: 4C, A2 and 85. RGB value is (76,162,133). Sum of RGB (Red+Green+Blue) = 76+162+133=371 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.49% from 371); Green value is 162 (63.67% from 255 or 43.67% from 371); Blue value is 133 (52.34% from 255 or 35.85% from 371); Max value from RGB is 162 - color contains mainly: green. Hex color #4CA285 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CA285 is #B35D7A. Grayscale: #858585. Windows color (decimal): -11754875 or 8757836. OLE color: 8757836.

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

Color convert

RGB76162133-
CMYK0.5300.180.36
HSL159.77º36.13%46.67%-
HSV(B)159.77º53.09%63.53%-
XYZ20.1329.0726.74-
YUV132.98128.0187.36-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.49%
GREEN value IS 162 (63.67% from 255) = 43.67%
BLUE value IS 133 (52.34% from 255) = 35.85%
R=20.49%
G=43.67%
B=35.85%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal761621330.5300.180.36159.7736.1346.67
Hex4CA2853501224a0242f
Octal11424220565022442404457
Binary1001100101000101000010111010101001010010010100000100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CA285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,162,133); }

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

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

 a { background-color: rgb(76,162,133); }

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

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

 span { border-color: rgb(76,162,133); }

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