#4F5145

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

Shades of Gravel #4F5145

Tints of Gravel #4F5145

Color information

#4F5145 (or 0x4F5145) is unknown color: approx Gravel. HEX triplet: 4F, 51 and 45. RGB value is (79,81,69). Sum of RGB (Red+Green+Blue) = 79+81+69=229 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.50% from 229); Green value is 81 (32.03% from 255 or 35.37% from 229); Blue value is 69 (27.34% from 255 or 30.13% from 229); Max value from RGB is 81 - color contains mainly: green. Hex color #4F5145 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5145 is #B0AEBA. Grayscale: #4F4F4F. Windows color (decimal): -11579067 or 4542799. OLE color: 4542799.

HSL color Cylindrical-coordinate representation of color #4F5145: hue angle of 70º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #4F5145 is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.68.

Color convert

RGB798169-
CMYK0.0200.150.68
HSL70º8%29.41%-
HSV(B)70º14.81%31.76%-
XYZ7.247.986.79-
YUV79.03122.34127.98-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 34.50%
GREEN value IS 81 (32.03% from 255) = 35.37%
BLUE value IS 69 (27.34% from 255) = 30.13%
R=34.50%
G=35.37%
B=30.13%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7981690.0200.150.6870829.41
Hex4F514520F444681d
Octal11712110520171041061035
Binary100111110100011000101100111110001001000110100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,81,69); }

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

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

 a { background-color: rgb(79,81,69); }

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

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

 span { border-color: rgb(79,81,69); }

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