Html Css Color HEX #4D5045 Gravel

📋 copy color: '#4D5045'

red 77 ◦ green 80 ◦ blue 69

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

Shades of Gravel #4D5045

Tints of Gravel #4D5045

RGB

 RED value IS 77 (30.47% from 255) = 34.07%

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

 BLUE value IS 69 (27.34% from 255) = 30.53%

R = 34.07%
G = 35.4%
B = 30.53%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.14

 K value IS 0.69

RGB Variations

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

Color information

#4D5045 (or 0x4D5045) is known color: Gravel. HEX triplet: 4D, 50 and 45. RGB value is (77,80,69). Sum of RGB (Red+Green+Blue) = 77+80+69=226 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.07% from 226); Green value is 80 (31.64% from 255 or 35.40% from 226); Blue value is 69 (27.34% from 255 or 30.53% from 226); Max value from RGB is 80 - color contains mainly: green. Hex color #4D5045 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5045 is #B2AFBA. Grayscale: #4D4D4D. Windows color (decimal): -11710395 or 4542541. OLE color: 4542541.

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

Color convert

RGB 77 80 69 -
CMYK 0.04 0 0.14 0.69
HSL 76.36º 0.07% 0.29% -
HSV(B) 76.36º 0.14% 0.31% -
XYZ 7 7.74 6.76 -
YUV 77.85 123.01 127.39 -
System Red Green Blue C M Y K H S L
Decimal 77 80 69 0.04 0 0.14 0.69 76.36 0.07 0.29
Hex 4D 50 45 4 0 E 45 4C 7 1D
Octal 115 120 105 4 0 16 105 114 7 35
Binary 1001101 1010000 1000101 100 0 1110 1000101 1001100 111 11101

Color Harmonies of #4D5045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5045

Black with #4D5045

Text Example


Text Example

White with #4D5045

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,80,69); }

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

background-color css

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

 a { background-color: rgb(77,80,69); }

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

border-color css

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

 span { border-color: rgb(77,80,69); }

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