Html Css Color HEX #4E715D Como

📋 copy color: '#4E715D'

red 78 ◦ green 113 ◦ blue 93

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

Shades of Como #4E715D

Tints of Como #4E715D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 39.79%

 BLUE value IS 93 (36.72% from 255) = 32.75%

R = 27.46%
G = 39.79%
B = 32.75%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#4E715D (or 0x4E715D) is known color: Como. HEX triplet: 4E, 71 and 5D. RGB value is (78,113,93). Sum of RGB (Red+Green+Blue) = 78+113+93=284 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.46% from 284); Green value is 113 (44.53% from 255 or 39.79% from 284); Blue value is 93 (36.72% from 255 or 32.75% from 284); Max value from RGB is 113 - color contains mainly: green. Hex color #4E715D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E715D is #B18EA2. Grayscale: #646464. Windows color (decimal): -11636387 or 6123854. OLE color: 6123854.

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

Color convert

RGB 78 113 93 -
CMYK 0.31 0 0.18 0.56
HSL 145.71º 0.18% 0.37% -
HSV(B) 145.71º 0.31% 0.44% -
XYZ 11.02 14.22 12.52 -
YUV 100.26 123.9 112.13 -
System Red Green Blue C M Y K H S L
Decimal 78 113 93 0.31 0 0.18 0.56 145.71 0.18 0.37
Hex 4E 71 5D 1F 0 12 38 92 12 25
Octal 116 161 135 37 0 22 70 222 22 45
Binary 1001110 1110001 1011101 11111 0 10010 111000 10010010 10010 100101

Color Harmonies of #4E715D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E715D

Black with #4E715D

Text Example


Text Example

White with #4E715D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,113,93); }

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

background-color css

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

 a { background-color: rgb(78,113,93); }

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

border-color css

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

 span { border-color: rgb(78,113,93); }

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