Html Css Color HEX #4F5147 Gravel

📋 copy color: '#4F5147'

red 79 ◦ green 81 ◦ blue 71

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

Shades of Gravel #4F5147

Tints of Gravel #4F5147

RGB

 RED value IS 79 (31.25% from 255) = 34.2%

 GREEN value IS 81 (32.03% from 255) = 35.06%

 BLUE value IS 71 (28.13% from 255) = 30.74%

R = 34.2%
G = 35.06%
B = 30.74%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.12

 K value IS 0.68

RGB Variations

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

Color information

#4F5147 (or 0x4F5147) is known color: Gravel. HEX triplet: 4F, 51 and 47. RGB value is (79,81,71). Sum of RGB (Red+Green+Blue) = 79+81+71=231 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.20% from 231); Green value is 81 (32.03% from 255 or 35.06% from 231); Blue value is 71 (28.12% from 255 or 30.74% from 231); Max value from RGB is 81 - color contains mainly: green. Hex color #4F5147 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5147 is #B0AEB8. Grayscale: #4F4F4F. Windows color (decimal): -11579065 or 4673871. OLE color: 4673871.

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

Color convert

RGB 79 81 71 -
CMYK 0.02 0 0.12 0.68
HSL 72º 0.07% 0.3% -
HSV(B) 72º 0.12% 0.32% -
XYZ 7.3 8 7.12 -
YUV 79.26 123.34 127.81 -
System Red Green Blue C M Y K H S L
Decimal 79 81 71 0.02 0 0.12 0.68 72 0.07 0.3
Hex 4F 51 47 2 0 C 44 48 7 1E
Octal 117 121 107 2 0 14 104 110 7 36
Binary 1001111 1010001 1000111 10 0 1100 1000100 1001000 111 11110

Color Harmonies of #4F5147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5147

Black with #4F5147

Text Example


Text Example

White with #4F5147

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4F5147;
 }
 .AnyTagClassName
 {
   color: #4F5147;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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