Html Css Color HEX #474240 Paco

📋 copy color: '#474240'

red 71 ◦ green 66 ◦ blue 64

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

Shades of Paco #474240

Tints of Paco #474240

RGB

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

 GREEN value IS 66 (26.17% from 255) = 32.84%

 BLUE value IS 64 (25.39% from 255) = 31.84%

R = 35.32%
G = 32.84%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#474240 (or 0x474240) is known color: Paco. HEX triplet: 47, 42 and 40. RGB value is (71,66,64). Sum of RGB (Red+Green+Blue) = 71+66+64=201 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.32% from 201); Green value is 66 (26.17% from 255 or 32.84% from 201); Blue value is 64 (25.39% from 255 or 31.84% from 201); Max value from RGB is 71 - color contains mainly: red. Hex color #474240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474240 is #B8BDBF. Grayscale: #434343. Windows color (decimal): -12107200 or 4211271. OLE color: 4211271.

HSL color Cylindrical-coordinate representation of color #474240: hue angle of 17.14º 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 #474240 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 66 64 -
CMYK 0 0.07 0.10 0.72
HSL 17.14º 0.05% 0.26% -
HSV(B) 17.14º 0.1% 0.28% -
XYZ 5.47 5.61 5.64 -
YUV 67.27 126.16 130.66 -
System Red Green Blue C M Y K H S L
Decimal 71 66 64 0 0.07 0.10 0.72 17.14 0.05 0.26
Hex 47 42 40 0 7 A 48 11 5 1A
Octal 107 102 100 0 7 12 110 21 5 32
Binary 1000111 1000010 1000000 0 111 1010 1001000 10001 101 11010

Color Harmonies of #474240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474240

Black with #474240

Text Example


Text Example

White with #474240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474240; }

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

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

background-color css

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

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

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

border-color css

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

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

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