Html Css Color HEX #484647 Liver

📋 copy color: '#484647'

red 72 ◦ green 70 ◦ blue 71

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

Shades of Liver #484647

Tints of Liver #484647

RGB

 RED value IS 72 (28.52% from 255) = 33.8%

 GREEN value IS 70 (27.73% from 255) = 32.86%

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

R = 33.8%
G = 32.86%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.01

 K value IS 0.72

RGB Variations

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

Color information

#484647 (or 0x484647) is known color: Liver. HEX triplet: 48, 46 and 47. RGB value is (72,70,71). Sum of RGB (Red+Green+Blue) = 72+70+71=213 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.80% from 213); Green value is 70 (27.73% from 255 or 32.86% from 213); Blue value is 71 (28.12% from 255 or 33.33% from 213); Max value from RGB is 72 - color contains mainly: red. Hex color #484647 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484647 is #B7B9B8. Grayscale: #464646. Windows color (decimal): -12040633 or 4671048. OLE color: 4671048.

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

Color convert

RGB 72 70 71 -
CMYK 0 0.03 0.01 0.72
HSL 330º 0.01% 0.28% -
HSV(B) 330º 0.03% 0.28% -
XYZ 6 6.21 6.84 -
YUV 70.71 128.16 128.92 -
System Red Green Blue C M Y K H S L
Decimal 72 70 71 0 0.03 0.01 0.72 330 0.01 0.28
Hex 48 46 47 0 3 1 48 14A 1 1C
Octal 110 106 107 0 3 1 110 512 1 34
Binary 1001000 1000110 1000111 0 11 1 1001000 101001010 1 11100

Color Harmonies of #484647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484647

Black with #484647

Text Example


Text Example

White with #484647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484647; }

 p { color: rgb(72,70,71); }

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

background-color css

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

 a { background-color: rgb(72,70,71); }

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

border-color css

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

 span { border-color: rgb(72,70,71); }

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