Html Css Color HEX #4F4248 Liver

📋 copy color: '#4F4248'

red 79 ◦ green 66 ◦ blue 72

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

Shades of Liver #4F4248

Tints of Liver #4F4248

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.41%

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

R = 36.41%
G = 30.41%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#4F4248 (or 0x4F4248) is known color: Liver. HEX triplet: 4F, 42 and 48. RGB value is (79,66,72). Sum of RGB (Red+Green+Blue) = 79+66+72=217 (28% of max value = 765). Red value is 79 (31.25% from 255 or 36.41% from 217); Green value is 66 (26.17% from 255 or 30.41% from 217); Blue value is 72 (28.52% from 255 or 33.18% from 217); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4248 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4248 is #B0BDB7. Grayscale: #464646. Windows color (decimal): -11582904 or 4735567. OLE color: 4735567.

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

Color convert

RGB 79 66 72 -
CMYK 0 0.16 0.09 0.69
HSL 332.31º 0.09% 0.28% -
HSV(B) 332.31º 0.16% 0.31% -
XYZ 6.34 6.03 6.96 -
YUV 70.57 128.81 134.01 -
System Red Green Blue C M Y K H S L
Decimal 79 66 72 0 0.16 0.09 0.69 332.31 0.09 0.28
Hex 4F 42 48 0 10 9 45 14C 9 1C
Octal 117 102 110 0 20 11 105 514 11 34
Binary 1001111 1000010 1001000 0 10000 1001 1000101 101001100 1001 11100

Color Harmonies of #4F4248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4248

Black with #4F4248

Text Example


Text Example

White with #4F4248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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