Html Css Color HEX #47423F Paco

📋 copy color: '#47423F'

red 71 ◦ green 66 ◦ blue 63

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

Shades of Paco #47423F

Tints of Paco #47423F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 31.5%

R = 35.5%
G = 33%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#47423F (or 0x47423F) is known color: Paco. HEX triplet: 47, 42 and 3F. RGB value is (71,66,63). Sum of RGB (Red+Green+Blue) = 71+66+63=200 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.5% from 200); Green value is 66 (26.17% from 255 or 33% from 200); Blue value is 63 (25% from 255 or 31.5% from 200); Max value from RGB is 71 - color contains mainly: red. Hex color #47423F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47423F is #B8BDC0. Grayscale: #434343. Windows color (decimal): -12107201 or 4145735. OLE color: 4145735.

HSL color Cylindrical-coordinate representation of color #47423F: hue angle of 22.5º degrees, saturation: 0.06, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #47423F is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 66 63 -
CMYK 0 0.07 0.11 0.72
HSL 22.5º 0.06% 0.26% -
HSV(B) 22.5º 0.11% 0.28% -
XYZ 5.44 5.59 5.5 -
YUV 67.15 125.66 130.74 -
System Red Green Blue C M Y K H S L
Decimal 71 66 63 0 0.07 0.11 0.72 22.5 0.06 0.26
Hex 47 42 3F 0 7 B 48 16 6 1A
Octal 107 102 77 0 7 13 110 26 6 32
Binary 1000111 1000010 111111 0 111 1011 1001000 10110 110 11010

Color Harmonies of #47423F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47423F

Black with #47423F

Text Example


Text Example

White with #47423F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47423F; }

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

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

background-color css

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

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

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

border-color css

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

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

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