#4CA685

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

Shades of Gossamer #4CA685

Tints of Gossamer #4CA685

Color information

#4CA685 (or 0x4CA685) is unknown color: approx Gossamer. HEX triplet: 4C, A6 and 85. RGB value is (76,166,133). Sum of RGB (Red+Green+Blue) = 76+166+133=375 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.27% from 375); Green value is 166 (65.23% from 255 or 44.27% from 375); Blue value is 133 (52.34% from 255 or 35.47% from 375); Max value from RGB is 166 - color contains mainly: green. Hex color #4CA685 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CA685 is #B3597A. Grayscale: #878787. Windows color (decimal): -11753851 or 8758860. OLE color: 8758860.

HSL color Cylindrical-coordinate representation of color #4CA685: hue angle of 158º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4CA685 is Cyan = 0.54, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB76166133-
CMYK0.5400.200.35
HSL158º37.19%47.45%-
HSV(B)158º54.22%65.1%-
XYZ20.8530.526.98-
YUV135.33126.6885.68-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.27%
GREEN value IS 166 (65.23% from 255) = 44.27%
BLUE value IS 133 (52.34% from 255) = 35.47%
R=20.27%
G=44.27%
B=35.47%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal761661330.5400.200.3515837.1947.45
Hex4CA68536014239e252f
Octal11424620566024432364557
Binary1001100101001101000010111011001010010001110011110100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CA685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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