#4E625E

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

Shades of Stromboli #4E625E

Tints of Stromboli #4E625E

Color information

#4E625E (or 0x4E625E) is unknown color: approx Stromboli. HEX triplet: 4E, 62 and 5E. RGB value is (78,98,94). Sum of RGB (Red+Green+Blue) = 78+98+94=270 (35% of max value = 765). Red value is 78 (30.86% from 255 or 28.89% from 270); Green value is 98 (38.67% from 255 or 36.30% from 270); Blue value is 94 (37.11% from 255 or 34.81% from 270); Max value from RGB is 98 - color contains mainly: green. Hex color #4E625E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E625E is #B19DA1. Grayscale: #5B5B5B. Windows color (decimal): -11640226 or 6185550. OLE color: 6185550.

HSL color Cylindrical-coordinate representation of color #4E625E: hue angle of 168º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4E625E is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB789894-
CMYK0.2000.040.62
HSL168º11.36%34.51%-
HSV(B)168º20.41%38.43%-
XYZ9.5311.1612.24-
YUV91.56129.37118.33-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 28.89%
GREEN value IS 98 (38.67% from 255) = 36.30%
BLUE value IS 94 (37.11% from 255) = 34.81%
R=28.89%
G=36.30%
B=34.81%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7898940.2000.040.6216811.3634.51
Hex4E625E14043Ea8b23
Octal1161421362404762501343
Binary100111011000101011110101000100111110101010001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E625E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,98,94); }

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

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

 a { background-color: rgb(78,98,94); }

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

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

 span { border-color: rgb(78,98,94); }

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