Html Css Color HEX #4E5047 Gravel

📋 copy color: '#4E5047'

red 78 ◦ green 80 ◦ blue 71

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

Shades of Gravel #4E5047

Tints of Gravel #4E5047

RGB

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

 GREEN value IS 80 (31.64% from 255) = 34.93%

 BLUE value IS 71 (28.13% from 255) = 31%

R = 34.06%
G = 34.93%
B = 31%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.11

 K value IS 0.69

RGB Variations

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

Color information

#4E5047 (or 0x4E5047) is known color: Gravel. HEX triplet: 4E, 50 and 47. RGB value is (78,80,71). Sum of RGB (Red+Green+Blue) = 78+80+71=229 (30% of max value = 765). Red value is 78 (30.86% from 255 or 34.06% from 229); Green value is 80 (31.64% from 255 or 34.93% from 229); Blue value is 71 (28.12% from 255 or 31.00% from 229); Max value from RGB is 80 - color contains mainly: green. Hex color #4E5047 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E5047 is #B1AFB8. Grayscale: #4E4E4E. Windows color (decimal): -11644857 or 4673614. OLE color: 4673614.

HSL color Cylindrical-coordinate representation of color #4E5047: hue angle of 73.33º degrees, saturation: 0.06, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #4E5047 is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 80 71 -
CMYK 0.02 0 0.11 0.69
HSL 73.33º 0.06% 0.3% -
HSV(B) 73.33º 0.11% 0.31% -
XYZ 7.15 7.81 7.09 -
YUV 78.38 123.84 127.73 -
System Red Green Blue C M Y K H S L
Decimal 78 80 71 0.02 0 0.11 0.69 73.33 0.06 0.3
Hex 4E 50 47 2 0 B 45 49 6 1E
Octal 116 120 107 2 0 13 105 111 6 36
Binary 1001110 1010000 1000111 10 0 1011 1000101 1001001 110 11110

Color Harmonies of #4E5047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5047

Black with #4E5047

Text Example


Text Example

White with #4E5047

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,80,71); }

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

background-color css

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

 a { background-color: rgb(78,80,71); }

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

border-color css

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

 span { border-color: rgb(78,80,71); }

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