#4E705C

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

Shades of Como #4E705C

Tints of Como #4E705C

Color information

#4E705C (or 0x4E705C) is unknown color: approx Como. HEX triplet: 4E, 70 and 5C. RGB value is (78,112,92). Sum of RGB (Red+Green+Blue) = 78+112+92=282 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.66% from 282); Green value is 112 (44.14% from 255 or 39.72% from 282); Blue value is 92 (36.33% from 255 or 32.62% from 282); Max value from RGB is 112 - color contains mainly: green. Hex color #4E705C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E705C is #B18FA3. Grayscale: #636363. Windows color (decimal): -11636644 or 6058062. OLE color: 6058062.

HSL color Cylindrical-coordinate representation of color #4E705C: hue angle of 144.71º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4E705C is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB7811292-
CMYK0.3000.180.56
HSL144.71º17.89%37.25%-
HSV(B)144.71º30.36%43.92%-
XYZ10.8713.9812.25-
YUV99.55123.74112.63-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 27.66%
GREEN value IS 112 (44.14% from 255) = 39.72%
BLUE value IS 92 (36.33% from 255) = 32.62%
R=27.66%
G=39.72%
B=32.62%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal78112920.3000.180.56144.7117.8937.25
Hex4E705C1E01238911225
Octal11616013436022702212245
Binary100111011100001011100111100100101110001001000110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E705C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,112,92); }

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

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

 a { background-color: rgb(78,112,92); }

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

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

 span { border-color: rgb(78,112,92); }

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