#494B43

Color #494B43 Gravel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gravel #494B43

Tints of Gravel #494B43

Color information

#494B43 (or 0x494B43) is unknown color: approx Gravel. HEX triplet: 49, 4B and 43. RGB value is (73,75,67). Sum of RGB (Red+Green+Blue) = 73+75+67=215 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.95% from 215); Green value is 75 (29.69% from 255 or 34.88% from 215); Blue value is 67 (26.56% from 255 or 31.16% from 215); Max value from RGB is 75 - color contains mainly: green. Hex color #494B43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494B43 is #B6B4BC. Grayscale: #494949. Windows color (decimal): -11973821 or 4410185. OLE color: 4410185.

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

Color convert

RGB737567-
CMYK0.0300.110.71
HSL75º5.63%27.84%-
HSV(B)75º10.67%29.41%-
XYZ6.286.856.3-
YUV73.49124.34127.65-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.95%
GREEN value IS 75 (29.69% from 255) = 34.88%
BLUE value IS 67 (26.56% from 255) = 31.16%
R=33.95%
G=34.88%
B=31.16%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7375670.0300.110.71755.6327.84
Hex494B4330B474b61c
Octal1111131033013107113634
Binary10010011001011100001111010111000111100101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494B43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,75,67); }

 H1.HeaderClassName
 {
   color: #494B43;
 }
 .AnyTagClassName
 {
   color: #494B43;
 }
</style>
background-color css

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

 a { background-color: rgb(73,75,67); }

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

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

 span { border-color: rgb(73,75,67); }

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