Html Css Color HEX #494C3F Gravel

📋 copy color: '#494C3F'

red 73 ◦ green 76 ◦ blue 63

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

Shades of Gravel #494C3F

Tints of Gravel #494C3F

RGB

 RED value IS 73 (28.91% from 255) = 34.43%

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

 BLUE value IS 63 (25% from 255) = 29.72%

R = 34.43%
G = 35.85%
B = 29.72%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.17

 K value IS 0.70

RGB Variations

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

Color information

#494C3F (or 0x494C3F) is known color: Gravel. HEX triplet: 49, 4C and 3F. RGB value is (73,76,63). Sum of RGB (Red+Green+Blue) = 73+76+63=212 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.43% from 212); Green value is 76 (30.08% from 255 or 35.85% from 212); Blue value is 63 (25% from 255 or 29.72% from 212); Max value from RGB is 76 - color contains mainly: green. Hex color #494C3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494C3F is #B6B3C0. Grayscale: #494949. Windows color (decimal): -11973569 or 4148297. OLE color: 4148297.

HSL color Cylindrical-coordinate representation of color #494C3F: hue angle of 73.85º degrees, saturation: 0.09, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #494C3F is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.70.

Color convert

RGB 73 76 63 -
CMYK 0.04 0 0.17 0.70
HSL 73.85º 0.09% 0.27% -
HSV(B) 73.85º 0.17% 0.3% -
XYZ 6.23 6.94 5.71 -
YUV 73.62 122.01 127.56 -
System Red Green Blue C M Y K H S L
Decimal 73 76 63 0.04 0 0.17 0.70 73.85 0.09 0.27
Hex 49 4C 3F 4 0 11 46 4A 9 1B
Octal 111 114 77 4 0 21 106 112 11 33
Binary 1001001 1001100 111111 100 0 10001 1000110 1001010 1001 11011

Color Harmonies of #494C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494C3F

Black with #494C3F

Text Example


Text Example

White with #494C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494C3F; }

 p { color: rgb(73,76,63); }

 H1.HeaderClassName
 {
   color: #494C3F;
 }
 .AnyTagClassName
 {
   color: #494C3F;
 }
</style>

background-color css

<style>
 a { background-color: #494C3F; }

 a { background-color: rgb(73,76,63); }

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

border-color css

<style>
 span { border-color: #494C3F; }

 span { border-color: rgb(73,76,63); }

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