Html Css Color HEX #4D494B Liver

📋 copy color: '#4D494B'

red 77 ◦ green 73 ◦ blue 75

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

Shades of Liver #4D494B

Tints of Liver #4D494B

RGB

 RED value IS 77 (30.47% from 255) = 34.22%

 GREEN value IS 73 (28.91% from 255) = 32.44%

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

R = 34.22%
G = 32.44%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.03

 K value IS 0.70

RGB Variations

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

Color information

#4D494B (or 0x4D494B) is known color: Liver. HEX triplet: 4D, 49 and 4B. RGB value is (77,73,75). Sum of RGB (Red+Green+Blue) = 77+73+75=225 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.22% from 225); Green value is 73 (28.91% from 255 or 32.44% from 225); Blue value is 75 (29.69% from 255 or 33.33% from 225); Max value from RGB is 77 - color contains mainly: red. Hex color #4D494B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D494B is #B2B6B4. Grayscale: #4A4A4A. Windows color (decimal): -11712181 or 4933965. OLE color: 4933965.

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

Color convert

RGB 77 73 75 -
CMYK 0 0.05 0.03 0.70
HSL 330º 0.03% 0.29% -
HSV(B) 330º 0.05% 0.3% -
XYZ 6.71 6.85 7.63 -
YUV 74.42 128.33 129.84 -
System Red Green Blue C M Y K H S L
Decimal 77 73 75 0 0.05 0.03 0.70 330 0.03 0.29
Hex 4D 49 4B 0 5 3 46 14A 3 1D
Octal 115 111 113 0 5 3 106 512 3 35
Binary 1001101 1001001 1001011 0 101 11 1000110 101001010 11 11101

Color Harmonies of #4D494B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D494B

Black with #4D494B

Text Example


Text Example

White with #4D494B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,73,75); }

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

background-color css

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

 a { background-color: rgb(77,73,75); }

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

border-color css

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

 span { border-color: rgb(77,73,75); }

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