#4B4440

Color #4B4440 Paco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paco #4B4440

Tints of Paco #4B4440

Color information

#4B4440 (or 0x4B4440) is unknown color: approx Paco. HEX triplet: 4B, 44 and 40. RGB value is (75,68,64). Sum of RGB (Red+Green+Blue) = 75+68+64=207 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.23% from 207); Green value is 68 (26.95% from 255 or 32.85% from 207); Blue value is 64 (25.39% from 255 or 30.92% from 207); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4440 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4440 is #B4BBBF. Grayscale: #454545. Windows color (decimal): -11844544 or 4211787. OLE color: 4211787.

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

Color convert

RGB756864-
CMYK00.090.150.71
HSL21.82º7.91%27.25%-
HSV(B)21.82º14.67%29.41%-
XYZ5.8965.7-
YUV69.64124.82131.83-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 36.23%
GREEN value IS 68 (26.95% from 255) = 32.85%
BLUE value IS 64 (25.39% from 255) = 30.92%
R=36.23%
G=32.85%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.15
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75686400.090.150.7121.827.9127.25
Hex4B444009F471681b
Octal11310410001117107261033
Binary100101110001001000000010011111100011110110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4B4440;
 }
 .AnyTagClassName
 {
   color: #4B4440;
 }
</style>
background-color css

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

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

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

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

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

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