Html Css Color HEX #4A4340 Paco

📋 copy color: '#4A4340'

red 74 ◦ green 67 ◦ blue 64

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

Shades of Paco #4A4340

Tints of Paco #4A4340

RGB

 RED value IS 74 (29.3% from 255) = 36.1%

 GREEN value IS 67 (26.56% from 255) = 32.68%

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

R = 36.1%
G = 32.68%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.14

 K value IS 0.71

RGB Variations

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

Color information

#4A4340 (or 0x4A4340) is known color: Paco. HEX triplet: 4A, 43 and 40. RGB value is (74,67,64). Sum of RGB (Red+Green+Blue) = 74+67+64=205 (27% of max value = 765). Red value is 74 (29.30% from 255 or 36.10% from 205); Green value is 67 (26.56% from 255 or 32.68% from 205); Blue value is 64 (25.39% from 255 or 31.22% from 205); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4340 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A4340 is #B5BCBF. Grayscale: #444444. Windows color (decimal): -11910336 or 4211530. OLE color: 4211530.

HSL color Cylindrical-coordinate representation of color #4A4340: hue angle of 18º degrees, saturation: 0.07, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #4A4340 is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 67 64 -
CMYK 0 0.09 0.14 0.71
HSL 18º 0.07% 0.27% -
HSV(B) 18º 0.14% 0.29% -
XYZ 5.76 5.84 5.67 -
YUV 68.75 125.32 131.74 -
System Red Green Blue C M Y K H S L
Decimal 74 67 64 0 0.09 0.14 0.71 18 0.07 0.27
Hex 4A 43 40 0 9 E 47 12 7 1B
Octal 112 103 100 0 11 16 107 22 7 33
Binary 1001010 1000011 1000000 0 1001 1110 1000111 10010 111 11011

Color Harmonies of #4A4340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4340

Black with #4A4340

Text Example


Text Example

White with #4A4340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A4340; }

 p { color: rgb(74,67,64); }

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

background-color css

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

 a { background-color: rgb(74,67,64); }

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

border-color css

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

 span { border-color: rgb(74,67,64); }

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