Html Css Color HEX #4F4048 Liver

📋 copy color: '#4F4048'

red 79 ◦ green 64 ◦ blue 72

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

Shades of Liver #4F4048

Tints of Liver #4F4048

RGB

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

 GREEN value IS 64 (25.39% from 255) = 29.77%

 BLUE value IS 72 (28.52% from 255) = 33.49%

R = 36.74%
G = 29.77%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#4F4048 (or 0x4F4048) is known color: Liver. HEX triplet: 4F, 40 and 48. RGB value is (79,64,72). Sum of RGB (Red+Green+Blue) = 79+64+72=215 (28% of max value = 765). Red value is 79 (31.25% from 255 or 36.74% from 215); Green value is 64 (25.39% from 255 or 29.77% from 215); Blue value is 72 (28.52% from 255 or 33.49% from 215); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4048 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4048 is #B0BFB7. Grayscale: #454545. Windows color (decimal): -11583416 or 4735055. OLE color: 4735055.

HSL color Cylindrical-coordinate representation of color #4F4048: hue angle of 328º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4F4048 is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 64 72 -
CMYK 0 0.19 0.09 0.69
HSL 328º 0.1% 0.28% -
HSV(B) 328º 0.19% 0.31% -
XYZ 6.23 5.8 6.92 -
YUV 69.4 129.47 134.85 -
System Red Green Blue C M Y K H S L
Decimal 79 64 72 0 0.19 0.09 0.69 328 0.1 0.28
Hex 4F 40 48 0 13 9 45 148 A 1C
Octal 117 100 110 0 23 11 105 510 12 34
Binary 1001111 1000000 1001000 0 10011 1001 1000101 101001000 1010 11100

Color Harmonies of #4F4048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4048

Black with #4F4048

Text Example


Text Example

White with #4F4048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,64,72); }

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

background-color css

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

 a { background-color: rgb(79,64,72); }

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

border-color css

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

 span { border-color: rgb(79,64,72); }

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