Html Css Color HEX #4A4C44 Gravel

📋 copy color: '#4A4C44'

red 74 ◦ green 76 ◦ blue 68

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

Shades of Gravel #4A4C44

Tints of Gravel #4A4C44

RGB

 RED value IS 74 (29.3% from 255) = 33.94%

 GREEN value IS 76 (30.08% from 255) = 34.86%

 BLUE value IS 68 (26.95% from 255) = 31.19%

R = 33.94%
G = 34.86%
B = 31.19%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.11

 K value IS 0.70

RGB Variations

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

Color information

#4A4C44 (or 0x4A4C44) is known color: Gravel. HEX triplet: 4A, 4C and 44. RGB value is (74,76,68). Sum of RGB (Red+Green+Blue) = 74+76+68=218 (28% of max value = 765). Red value is 74 (29.30% from 255 or 33.94% from 218); Green value is 76 (30.08% from 255 or 34.86% from 218); Blue value is 68 (26.95% from 255 or 31.19% from 218); Max value from RGB is 76 - color contains mainly: green. Hex color #4A4C44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A4C44 is #B5B3BB. Grayscale: #4A4A4A. Windows color (decimal): -11908028 or 4475978. OLE color: 4475978.

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

Color convert

RGB 74 76 68 -
CMYK 0.03 0 0.11 0.70
HSL 75º 0.06% 0.28% -
HSV(B) 75º 0.11% 0.3% -
XYZ 6.45 7.04 6.49 -
YUV 74.49 124.34 127.65 -
System Red Green Blue C M Y K H S L
Decimal 74 76 68 0.03 0 0.11 0.70 75 0.06 0.28
Hex 4A 4C 44 3 0 B 46 4B 6 1C
Octal 112 114 104 3 0 13 106 113 6 34
Binary 1001010 1001100 1000100 11 0 1011 1000110 1001011 110 11100

Color Harmonies of #4A4C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4C44

Black with #4A4C44

Text Example


Text Example

White with #4A4C44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,76,68); }

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

background-color css

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

 a { background-color: rgb(74,76,68); }

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

border-color css

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

 span { border-color: rgb(74,76,68); }

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