#4B4C47

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

Shades of Gravel #4B4C47

Tints of Gravel #4B4C47

Color information

#4B4C47 (or 0x4B4C47) is unknown color: approx Gravel. HEX triplet: 4B, 4C and 47. RGB value is (75,76,71). Sum of RGB (Red+Green+Blue) = 75+76+71=222 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.78% from 222); Green value is 76 (30.08% from 255 or 34.23% from 222); Blue value is 71 (28.12% from 255 or 31.98% from 222); Max value from RGB is 76 - color contains mainly: green. Hex color #4B4C47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4C47 is #B4B3B8. Grayscale: #4B4B4B. Windows color (decimal): -11842489 or 4672587. OLE color: 4672587.

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

Color convert

RGB757671-
CMYK0.0100.070.70
HSL72º3.4%28.82%-
HSV(B)72º6.58%29.8%-
XYZ6.627.126.99-
YUV75.13125.67127.91-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 33.78%
GREEN value IS 76 (30.08% from 255) = 34.23%
BLUE value IS 71 (28.12% from 255) = 31.98%
R=33.78%
G=34.23%
B=31.98%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7576710.0100.070.70723.428.82
Hex4B4C47107464831d
Octal113114107107106110335
Binary10010111001100100011110111100011010010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,76,71); }

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

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

 a { background-color: rgb(75,76,71); }

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

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

 span { border-color: rgb(75,76,71); }

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