#404547

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

Shades of Charade #404547

Tints of Charade #404547

Color information

#404547 (or 0x404547) is unknown color: approx Charade. HEX triplet: 40, 45 and 47. RGB value is (64,69,71). Sum of RGB (Red+Green+Blue) = 64+69+71=204 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.37% from 204); Green value is 69 (27.34% from 255 or 33.82% from 204); Blue value is 71 (28.12% from 255 or 34.80% from 204); Max value from RGB is 71 - color contains mainly: blue. Hex color #404547 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404547 is #BFBAB8. Grayscale: #434343. Windows color (decimal): -12565177 or 4670784. OLE color: 4670784.

HSL color Cylindrical-coordinate representation of color #404547: hue angle of 197.14º degrees, saturation: 0.05, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #404547 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB646971-
CMYK0.100.0300.72
HSL197.14º5.19%26.47%-
HSV(B)197.14º9.86%27.84%-
XYZ5.385.86.8-
YUV67.73129.84125.34-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.37%
GREEN value IS 69 (27.34% from 255) = 33.82%
BLUE value IS 71 (28.12% from 255) = 34.80%
R=31.37%
G=33.82%
B=34.80%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6469710.100.0300.72197.145.1926.47
Hex404547A3048c551a
Octal1001051071230110305532
Binary100000010001011000111101011010010001100010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404547; }

 p { color: rgb(64,69,71); }

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

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

 a { background-color: rgb(64,69,71); }

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

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

 span { border-color: rgb(64,69,71); }

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