Html Css Color HEX #474044 Liver

📋 copy color: '#474044'

red 71 ◦ green 64 ◦ blue 68

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

Shades of Liver #474044

Tints of Liver #474044

RGB

 RED value IS 71 (28.13% from 255) = 34.98%

 GREEN value IS 64 (25.39% from 255) = 31.53%

 BLUE value IS 68 (26.95% from 255) = 33.5%

R = 34.98%
G = 31.53%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.04

 K value IS 0.72

RGB Variations

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

Color information

#474044 (or 0x474044) is known color: Liver. HEX triplet: 47, 40 and 44. RGB value is (71,64,68). Sum of RGB (Red+Green+Blue) = 71+64+68=203 (26% of max value = 765). Red value is 71 (28.12% from 255 or 34.98% from 203); Green value is 64 (25.39% from 255 or 31.53% from 203); Blue value is 68 (26.95% from 255 or 33.50% from 203); Max value from RGB is 71 - color contains mainly: red. Hex color #474044 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474044 is #B8BFBB. Grayscale: #424242. Windows color (decimal): -12107708 or 4472903. OLE color: 4472903.

HSL color Cylindrical-coordinate representation of color #474044: hue angle of 325.71º degrees, saturation: 0.05, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #474044 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 64 68 -
CMYK 0 0.10 0.04 0.72
HSL 325.71º 0.05% 0.26% -
HSV(B) 325.71º 0.1% 0.28% -
XYZ 5.48 5.42 6.23 -
YUV 66.55 128.82 131.17 -
System Red Green Blue C M Y K H S L
Decimal 71 64 68 0 0.10 0.04 0.72 325.71 0.05 0.26
Hex 47 40 44 0 A 4 48 146 5 1A
Octal 107 100 104 0 12 4 110 506 5 32
Binary 1000111 1000000 1000100 0 1010 100 1001000 101000110 101 11010

Color Harmonies of #474044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474044

Black with #474044

Text Example


Text Example

White with #474044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474044; }

 p { color: rgb(71,64,68); }

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

background-color css

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

 a { background-color: rgb(71,64,68); }

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

border-color css

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

 span { border-color: rgb(71,64,68); }

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