Html Css Color HEX #4F484B Liver

📋 copy color: '#4F484B'

red 79 ◦ green 72 ◦ blue 75

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

Shades of Liver #4F484B

Tints of Liver #4F484B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 31.86%

 BLUE value IS 75 (29.69% from 255) = 33.19%

R = 34.96%
G = 31.86%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.05

 K value IS 0.69

RGB Variations

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

Color information

#4F484B (or 0x4F484B) is known color: Liver. HEX triplet: 4F, 48 and 4B. RGB value is (79,72,75). Sum of RGB (Red+Green+Blue) = 79+72+75=226 (29% of max value = 765). Red value is 79 (31.25% from 255 or 34.96% from 226); Green value is 72 (28.52% from 255 or 31.86% from 226); Blue value is 75 (29.69% from 255 or 33.19% from 226); Max value from RGB is 79 - color contains mainly: red. Hex color #4F484B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F484B is #B0B7B4. Grayscale: #4A4A4A. Windows color (decimal): -11581365 or 4933711. OLE color: 4933711.

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

Color convert

RGB 79 72 75 -
CMYK 0 0.09 0.05 0.69
HSL 334.29º 0.05% 0.3% -
HSV(B) 334.29º 0.09% 0.31% -
XYZ 6.81 6.8 7.61 -
YUV 74.44 128.32 131.26 -
System Red Green Blue C M Y K H S L
Decimal 79 72 75 0 0.09 0.05 0.69 334.29 0.05 0.3
Hex 4F 48 4B 0 9 5 45 14E 5 1E
Octal 117 110 113 0 11 5 105 516 5 36
Binary 1001111 1001000 1001011 0 1001 101 1000101 101001110 101 11110

Color Harmonies of #4F484B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F484B

Black with #4F484B

Text Example


Text Example

White with #4F484B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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