#404243

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

Shades of Charade #404243

Tints of Charade #404243

Color information

#404243 (or 0x404243) is unknown color: approx Charade. HEX triplet: 40, 42 and 43. RGB value is (64,66,67). Sum of RGB (Red+Green+Blue) = 64+66+67=197 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.49% from 197); Green value is 66 (26.17% from 255 or 33.50% from 197); Blue value is 67 (26.56% from 255 or 34.01% from 197); Max value from RGB is 67 - color contains mainly: blue. Hex color #404243 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404243 is #BFBDBC. Grayscale: #414141. Windows color (decimal): -12565949 or 4407872. OLE color: 4407872.

HSL color Cylindrical-coordinate representation of color #404243: hue angle of 200º degrees, saturation: 0.02, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #404243 is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB646667-
CMYK0.040.0100.74
HSL200º2.29%25.69%-
HSV(B)200º4.48%26.27%-
XYZ5.085.396.08-
YUV65.52128.84126.92-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.49%
GREEN value IS 66 (26.17% from 255) = 33.50%
BLUE value IS 67 (26.56% from 255) = 34.01%
R=32.49%
G=33.50%
B=34.01%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6466670.040.0100.742002.2925.69
Hex4042434104Ac821a
Octal100102103410112310232
Binary100000010000101000011100101001010110010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404243; }

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

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

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

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

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

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

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

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