Html Css Color HEX #4E745B Como

📋 copy color: '#4E745B'

red 78 ◦ green 116 ◦ blue 91

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

Shades of Como #4E745B

Tints of Como #4E745B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40.7%

 BLUE value IS 91 (35.94% from 255) = 31.93%

R = 27.37%
G = 40.7%
B = 31.93%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#4E745B (or 0x4E745B) is known color: Como. HEX triplet: 4E, 74 and 5B. RGB value is (78,116,91). Sum of RGB (Red+Green+Blue) = 78+116+91=285 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.37% from 285); Green value is 116 (45.70% from 255 or 40.70% from 285); Blue value is 91 (35.94% from 255 or 31.93% from 285); Max value from RGB is 116 - color contains mainly: green. Hex color #4E745B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E745B is #B18BA4. Grayscale: #656565. Windows color (decimal): -11635621 or 5993550. OLE color: 5993550.

HSL color Cylindrical-coordinate representation of color #4E745B: hue angle of 140.53º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4E745B is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB 78 116 91 -
CMYK 0.33 0 0.22 0.55
HSL 140.53º 0.2% 0.38% -
HSV(B) 140.53º 0.33% 0.45% -
XYZ 11.28 14.87 12.17 -
YUV 101.79 121.91 111.03 -
System Red Green Blue C M Y K H S L
Decimal 78 116 91 0.33 0 0.22 0.55 140.53 0.2 0.38
Hex 4E 74 5B 21 0 16 37 8D 14 26
Octal 116 164 133 41 0 26 67 215 24 46
Binary 1001110 1110100 1011011 100001 0 10110 110111 10001101 10100 100110

Color Harmonies of #4E745B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E745B

Black with #4E745B

Text Example


Text Example

White with #4E745B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,116,91); }

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

background-color css

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

 a { background-color: rgb(78,116,91); }

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

border-color css

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

 span { border-color: rgb(78,116,91); }

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