#4F444B

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

Shades of Liver #4F444B

Tints of Liver #4F444B

Color information

#4F444B (or 0x4F444B) is unknown color: approx Liver. HEX triplet: 4F, 44 and 4B. RGB value is (79,68,75). Sum of RGB (Red+Green+Blue) = 79+68+75=222 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.59% from 222); Green value is 68 (26.95% from 255 or 30.63% from 222); Blue value is 75 (29.69% from 255 or 33.78% from 222); Max value from RGB is 79 - color contains mainly: red. Hex color #4F444B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F444B is #B0BBB4. Grayscale: #484848. Windows color (decimal): -11582389 or 4932687. OLE color: 4932687.

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

Color convert

RGB796875-
CMYK00.140.050.69
HSL321.82º7.48%28.82%-
HSV(B)321.82º13.92%30.98%-
XYZ6.566.37.53-
YUV72.09129.64132.93-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 35.59%
GREEN value IS 68 (26.95% from 255) = 30.63%
BLUE value IS 75 (29.69% from 255) = 33.78%
R=35.59%
G=30.63%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.05
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79687500.140.050.69321.827.4828.82
Hex4F444B0E54514271d
Octal1171041130165105502735
Binary10011111000100100101101110101100010110100001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F444B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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