Html Css Color HEX #4E5048 Gravel

📋 copy color: '#4E5048'

red 78 ◦ green 80 ◦ blue 72

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

Shades of Gravel #4E5048

Tints of Gravel #4E5048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 31.3%

R = 33.91%
G = 34.78%
B = 31.3%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.10

 K value IS 0.69

RGB Variations

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

Color information

#4E5048 (or 0x4E5048) is known color: Gravel. HEX triplet: 4E, 50 and 48. RGB value is (78,80,72). Sum of RGB (Red+Green+Blue) = 78+80+72=230 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.91% from 230); Green value is 80 (31.64% from 255 or 34.78% from 230); Blue value is 72 (28.52% from 255 or 31.30% from 230); Max value from RGB is 80 - color contains mainly: green. Hex color #4E5048 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E5048 is #B1AFB7. Grayscale: #4E4E4E. Windows color (decimal): -11644856 or 4739150. OLE color: 4739150.

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

Color convert

RGB 78 80 72 -
CMYK 0.02 0 0.10 0.69
HSL 75º 0.05% 0.3% -
HSV(B) 75º 0.1% 0.31% -
XYZ 7.18 7.82 7.26 -
YUV 78.49 124.34 127.65 -
System Red Green Blue C M Y K H S L
Decimal 78 80 72 0.02 0 0.10 0.69 75 0.05 0.3
Hex 4E 50 48 2 0 A 45 4B 5 1E
Octal 116 120 110 2 0 12 105 113 5 36
Binary 1001110 1010000 1001000 10 0 1010 1000101 1001011 101 11110

Color Harmonies of #4E5048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5048

Black with #4E5048

Text Example


Text Example

White with #4E5048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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