#404344

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

Shades of Charade #404344

Tints of Charade #404344

Color information

#404344 (or 0x404344) is unknown color: approx Charade. HEX triplet: 40, 43 and 44. RGB value is (64,67,68). Sum of RGB (Red+Green+Blue) = 64+67+68=199 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.16% from 199); Green value is 67 (26.56% from 255 or 33.67% from 199); Blue value is 68 (26.95% from 255 or 34.17% from 199); Max value from RGB is 68 - color contains mainly: blue. Hex color #404344 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404344 is #BFBCBB. Grayscale: #424242. Windows color (decimal): -12565692 or 4473664. OLE color: 4473664.

HSL color Cylindrical-coordinate representation of color #404344: hue angle of 195º degrees, saturation: 0.03, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #404344 is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB646768-
CMYK0.060.0100.73
HSL195º3.03%25.88%-
HSV(B)195º5.88%26.67%-
XYZ5.165.526.26-
YUV66.22129.01126.42-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.16%
GREEN value IS 67 (26.56% from 255) = 33.67%
BLUE value IS 68 (26.95% from 255) = 34.17%
R=32.16%
G=33.67%
B=34.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6467680.060.0100.731953.0325.88
Hex40434461049c331a
Octal100103104610111303332
Binary100000010000111000100110101001001110000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404344; }

 p { color: rgb(64,67,68); }

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

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

 a { background-color: rgb(64,67,68); }

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

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

 span { border-color: rgb(64,67,68); }

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