Html Css Color HEX #4E7059 Como

📋 copy color: '#4E7059'

red 78 ◦ green 112 ◦ blue 89

#4E7059
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Como #4E7059

Tints of Como #4E7059

RGB

 RED value IS 78 (30.86% from 255) = 27.96%

 GREEN value IS 112 (44.14% from 255) = 40.14%

 BLUE value IS 89 (35.16% from 255) = 31.9%

R = 27.96%
G = 40.14%
B = 31.9%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#4E7059 (or 0x4E7059) is known color: Como. HEX triplet: 4E, 70 and 59. RGB value is (78,112,89). Sum of RGB (Red+Green+Blue) = 78+112+89=279 (36% of max value = 765). Red value is 78 (30.86% from 255 or 27.96% from 279); Green value is 112 (44.14% from 255 or 40.14% from 279); Blue value is 89 (35.16% from 255 or 31.90% from 279); Max value from RGB is 112 - color contains mainly: green. Hex color #4E7059 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E7059 is #B18FA6. Grayscale: #636363. Windows color (decimal): -11636647 or 5861454. OLE color: 5861454.

HSL color Cylindrical-coordinate representation of color #4E7059: hue angle of 139.41º 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 #4E7059 is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB 78 112 89 -
CMYK 0.30 0 0.21 0.56
HSL 139.41º 0.18% 0.37% -
HSV(B) 139.41º 0.3% 0.44% -
XYZ 10.74 13.93 11.57 -
YUV 99.21 122.24 112.87 -
System Red Green Blue C M Y K H S L
Decimal 78 112 89 0.30 0 0.21 0.56 139.41 0.18 0.37
Hex 4E 70 59 1E 0 15 38 8B 12 25
Octal 116 160 131 36 0 25 70 213 22 45
Binary 1001110 1110000 1011001 11110 0 10101 111000 10001011 10010 100101

Color Harmonies of #4E7059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E7059

Black with #4E7059

Text Example


Text Example

White with #4E7059

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4E7059;
 }
 .AnyTagClassName
 {
   color: #4E7059;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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