#4B4441

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

Shades of Paco #4B4441

Tints of Paco #4B4441

Color information

#4B4441 (or 0x4B4441) is unknown color: approx Paco. HEX triplet: 4B, 44 and 41. RGB value is (75,68,65). Sum of RGB (Red+Green+Blue) = 75+68+65=208 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.06% from 208); Green value is 68 (26.95% from 255 or 32.69% from 208); Blue value is 65 (25.78% from 255 or 31.25% from 208); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4441 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4441 is #B4BBBE. Grayscale: #454545. Windows color (decimal): -11844543 or 4277323. OLE color: 4277323.

HSL color Cylindrical-coordinate representation of color #4B4441: 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.13%. Process color model (Four color, CMYK) of #4B4441 is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.71.

Color convert

RGB756865-
CMYK00.090.130.71
HSL18º7.14%27.45%-
HSV(B)18º13.33%29.41%-
XYZ5.926.015.85-
YUV69.75125.32131.74-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 36.06%
GREEN value IS 68 (26.95% from 255) = 32.69%
BLUE value IS 65 (25.78% from 255) = 31.25%
R=36.06%
G=32.69%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.13
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75686500.090.130.71187.1427.45
Hex4B444109D471271b
Octal1131041010111510722733
Binary10010111000100100000101001110110001111001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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