Html Css Color HEX #4B4147 Liver

📋 copy color: '#4B4147'

red 75 ◦ green 65 ◦ blue 71

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

Shades of Liver #4B4147

Tints of Liver #4B4147

RGB

 RED value IS 75 (29.69% from 255) = 35.55%

 GREEN value IS 65 (25.78% from 255) = 30.81%

 BLUE value IS 71 (28.13% from 255) = 33.65%

R = 35.55%
G = 30.81%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.05

 K value IS 0.71

RGB Variations

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

Color information

#4B4147 (or 0x4B4147) is known color: Liver. HEX triplet: 4B, 41 and 47. RGB value is (75,65,71). Sum of RGB (Red+Green+Blue) = 75+65+71=211 (27% of max value = 765). Red value is 75 (29.69% from 255 or 35.55% from 211); Green value is 65 (25.78% from 255 or 30.81% from 211); Blue value is 71 (28.12% from 255 or 33.65% from 211); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4147 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4147 is #B4BEB8. Grayscale: #444444. Windows color (decimal): -11845305 or 4669771. OLE color: 4669771.

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

Color convert

RGB 75 65 71 -
CMYK 0 0.13 0.05 0.71
HSL 324º 0.07% 0.27% -
HSV(B) 324º 0.13% 0.29% -
XYZ 5.93 5.73 6.75 -
YUV 68.67 129.31 132.51 -
System Red Green Blue C M Y K H S L
Decimal 75 65 71 0 0.13 0.05 0.71 324 0.07 0.27
Hex 4B 41 47 0 D 5 47 144 7 1B
Octal 113 101 107 0 15 5 107 504 7 33
Binary 1001011 1000001 1000111 0 1101 101 1000111 101000100 111 11011

Color Harmonies of #4B4147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4147

Black with #4B4147

Text Example


Text Example

White with #4B4147

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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