#4B4644

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

Shades of Paco #4B4644

Tints of Paco #4B4644

Color information

#4B4644 (or 0x4B4644) is unknown color: approx Paco. HEX triplet: 4B, 46 and 44. RGB value is (75,70,68). Sum of RGB (Red+Green+Blue) = 75+70+68=213 (28% of max value = 765). Red value is 75 (29.69% from 255 or 35.21% from 213); Green value is 70 (27.73% from 255 or 32.86% from 213); Blue value is 68 (26.95% from 255 or 31.92% from 213); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4644 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4644 is #B4B9BB. Grayscale: #474747. Windows color (decimal): -11844028 or 4474443. OLE color: 4474443.

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

Color convert

RGB757068-
CMYK00.070.090.71
HSL17.14º4.9%28.04%-
HSV(B)17.14º9.33%29.41%-
XYZ6.146.296.36-
YUV71.27126.16130.66-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 35.21%
GREEN value IS 70 (27.73% from 255) = 32.86%
BLUE value IS 68 (26.95% from 255) = 31.92%
R=35.21%
G=32.86%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75706800.070.090.7117.144.928.04
Hex4B4644079471151c
Octal113106104071110721534
Binary1001011100011010001000111100110001111000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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