#4B4944

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

Shades of Dune #4B4944

Tints of Dune #4B4944

Color information

#4B4944 (or 0x4B4944) is unknown color: approx Dune. HEX triplet: 4B, 49 and 44. RGB value is (75,73,68). Sum of RGB (Red+Green+Blue) = 75+73+68=216 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.72% from 216); Green value is 73 (28.91% from 255 or 33.80% from 216); Blue value is 68 (26.95% from 255 or 31.48% from 216); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4944 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4944 is #B4B6BB. Grayscale: #494949. Windows color (decimal): -11843260 or 4475211. OLE color: 4475211.

HSL color Cylindrical-coordinate representation of color #4B4944: hue angle of 42.86º 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 #4B4944 is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.71.

Color convert

RGB757368-
CMYK00.030.090.71
HSL42.86º4.9%28.04%-
HSV(B)42.86º9.33%29.41%-
XYZ6.336.686.42-
YUV73.03125.16129.41-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 34.72%
GREEN value IS 73 (28.91% from 255) = 33.80%
BLUE value IS 68 (26.95% from 255) = 31.48%
R=34.72%
G=33.80%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.09
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75736800.030.090.7142.864.928.04
Hex4B4944039472b51c
Octal113111104031110753534
Binary1001011100100110001000111001100011110101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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