Html Css Color HEX #4F474B Liver

📋 copy color: '#4F474B'

red 79 ◦ green 71 ◦ blue 75

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

Shades of Liver #4F474B

Tints of Liver #4F474B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.56%

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

R = 35.11%
G = 31.56%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.05

 K value IS 0.69

RGB Variations

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

Color information

#4F474B (or 0x4F474B) is known color: Liver. HEX triplet: 4F, 47 and 4B. RGB value is (79,71,75). Sum of RGB (Red+Green+Blue) = 79+71+75=225 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.11% from 225); Green value is 71 (28.12% from 255 or 31.56% from 225); Blue value is 75 (29.69% from 255 or 33.33% from 225); Max value from RGB is 79 - color contains mainly: red. Hex color #4F474B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F474B is #B0B8B4. Grayscale: #494949. Windows color (decimal): -11581621 or 4933455. OLE color: 4933455.

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

Color convert

RGB 79 71 75 -
CMYK 0 0.10 0.05 0.69
HSL 330º 0.05% 0.29% -
HSV(B) 330º 0.1% 0.31% -
XYZ 6.75 6.68 7.59 -
YUV 73.85 128.65 131.67 -
System Red Green Blue C M Y K H S L
Decimal 79 71 75 0 0.10 0.05 0.69 330 0.05 0.29
Hex 4F 47 4B 0 A 5 45 14A 5 1D
Octal 117 107 113 0 12 5 105 512 5 35
Binary 1001111 1000111 1001011 0 1010 101 1000101 101001010 101 11101

Color Harmonies of #4F474B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F474B

Black with #4F474B

Text Example


Text Example

White with #4F474B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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