#404849

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

Shades of Charade #404849

Tints of Charade #404849

Color information

#404849 (or 0x404849) is unknown color: approx Charade. HEX triplet: 40, 48 and 49. RGB value is (64,72,73). Sum of RGB (Red+Green+Blue) = 64+72+73=209 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.62% from 209); Green value is 72 (28.52% from 255 or 34.45% from 209); Blue value is 73 (28.91% from 255 or 34.93% from 209); Max value from RGB is 73 - color contains mainly: blue. Hex color #404849 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404849 is #BFB7B6. Grayscale: #454545. Windows color (decimal): -12564407 or 4802624. OLE color: 4802624.

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

Color convert

RGB647273-
CMYK0.120.0100.71
HSL186.67º6.57%26.86%-
HSV(B)186.67º12.33%28.63%-
XYZ5.636.217.2-
YUV69.72129.85123.92-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.62%
GREEN value IS 72 (28.52% from 255) = 34.45%
BLUE value IS 73 (28.91% from 255) = 34.93%
R=30.62%
G=34.45%
B=34.93%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6472730.120.0100.71186.676.5726.86
Hex404849C1047bb71b
Octal1001101111410107273733
Binary10000001001000100100111001010001111011101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404849; }

 p { color: rgb(64,72,73); }

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

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

 a { background-color: rgb(64,72,73); }

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

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

 span { border-color: rgb(64,72,73); }

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