Html Css Color HEX #4E5046 Gravel

📋 copy color: '#4E5046'

red 78 ◦ green 80 ◦ blue 70

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

Shades of Gravel #4E5046

Tints of Gravel #4E5046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 30.7%

R = 34.21%
G = 35.09%
B = 30.7%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.12

 K value IS 0.69

RGB Variations

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

Color information

#4E5046 (or 0x4E5046) is known color: Gravel. HEX triplet: 4E, 50 and 46. RGB value is (78,80,70). Sum of RGB (Red+Green+Blue) = 78+80+70=228 (30% of max value = 765). Red value is 78 (30.86% from 255 or 34.21% from 228); Green value is 80 (31.64% from 255 or 35.09% from 228); Blue value is 70 (27.73% from 255 or 30.70% from 228); Max value from RGB is 80 - color contains mainly: green. Hex color #4E5046 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E5046 is #B1AFB9. Grayscale: #4E4E4E. Windows color (decimal): -11644858 or 4608078. OLE color: 4608078.

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

Color convert

RGB 78 80 70 -
CMYK 0.02 0 0.12 0.69
HSL 72º 0.07% 0.29% -
HSV(B) 72º 0.13% 0.31% -
XYZ 7.12 7.8 6.92 -
YUV 78.26 123.34 127.81 -
System Red Green Blue C M Y K H S L
Decimal 78 80 70 0.02 0 0.12 0.69 72 0.07 0.29
Hex 4E 50 46 2 0 C 45 48 7 1D
Octal 116 120 106 2 0 14 105 110 7 35
Binary 1001110 1010000 1000110 10 0 1100 1000101 1001000 111 11101

Color Harmonies of #4E5046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5046

Black with #4E5046

Text Example


Text Example

White with #4E5046

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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