Html Css Color HEX #474544 Paco

📋 copy color: '#474544'

red 71 ◦ green 69 ◦ blue 68

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

Shades of Paco #474544

Tints of Paco #474544

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.17%

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

R = 34.13%
G = 33.17%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.04

 K value IS 0.72

RGB Variations

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

Color information

#474544 (or 0x474544) is known color: Paco. HEX triplet: 47, 45 and 44. RGB value is (71,69,68). Sum of RGB (Red+Green+Blue) = 71+69+68=208 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.13% from 208); Green value is 69 (27.34% from 255 or 33.17% from 208); Blue value is 68 (26.95% from 255 or 32.69% from 208); Max value from RGB is 71 - color contains mainly: red. Hex color #474544 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474544 is #B8BABB. Grayscale: #454545. Windows color (decimal): -12106428 or 4474183. OLE color: 4474183.

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

Color convert

RGB 71 69 68 -
CMYK 0 0.03 0.04 0.72
HSL 20º 0.02% 0.27% -
HSV(B) 20º 0.04% 0.28% -
XYZ 5.77 6.01 6.33 -
YUV 69.48 127.16 129.08 -
System Red Green Blue C M Y K H S L
Decimal 71 69 68 0 0.03 0.04 0.72 20 0.02 0.27
Hex 47 45 44 0 3 4 48 14 2 1B
Octal 107 105 104 0 3 4 110 24 2 33
Binary 1000111 1000101 1000100 0 11 100 1001000 10100 10 11011

Color Harmonies of #474544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474544

Black with #474544

Text Example


Text Example

White with #474544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474544; }

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

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

background-color css

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

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

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

border-color css

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

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

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