#4B4F3F

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

Shades of Gravel #4B4F3F

Tints of Gravel #4B4F3F

Color information

#4B4F3F (or 0x4B4F3F) is unknown color: approx Gravel. HEX triplet: 4B, 4F and 3F. RGB value is (75,79,63). Sum of RGB (Red+Green+Blue) = 75+79+63=217 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.56% from 217); Green value is 79 (31.25% from 255 or 36.41% from 217); Blue value is 63 (25% from 255 or 29.03% from 217); Max value from RGB is 79 - color contains mainly: green. Hex color #4B4F3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B4F3F is #B4B0C0. Grayscale: #4C4C4C. Windows color (decimal): -11841729 or 4149067. OLE color: 4149067.

HSL color Cylindrical-coordinate representation of color #4B4F3F: hue angle of 75º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4B4F3F is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.69.

Color convert

RGB757963-
CMYK0.0500.200.69
HSL75º11.27%27.84%-
HSV(B)75º20.25%30.98%-
XYZ6.597.455.79-
YUV75.98120.67127.3-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 34.56%
GREEN value IS 79 (31.25% from 255) = 36.41%
BLUE value IS 63 (25% from 255) = 29.03%
R=34.56%
G=36.41%
B=29.03%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7579630.0500.200.697511.2727.84
Hex4B4F3F5014454bb1c
Octal1131177750241051131334
Binary1001011100111111111110101010010001011001011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,79,63); }

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

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

 a { background-color: rgb(75,79,63); }

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

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

 span { border-color: rgb(75,79,63); }

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