#394246

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

Shades of Charade #394246

Tints of Charade #394246

Color information

#394246 (or 0x394246) is unknown color: approx Charade. HEX triplet: 39, 42 and 46. RGB value is (57,66,70). Sum of RGB (Red+Green+Blue) = 57+66+70=193 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.53% from 193); Green value is 66 (26.17% from 255 or 34.20% from 193); Blue value is 70 (27.73% from 255 or 36.27% from 193); Max value from RGB is 70 - color contains mainly: blue. Hex color #394246 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394246 is #C6BDB9. Grayscale: #3F3F3F. Windows color (decimal): -13024698 or 4604473. OLE color: 4604473.

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

Color convert

RGB576670-
CMYK0.190.0600.73
HSL198.46º10.24%24.9%-
HSV(B)198.46º18.57%27.45%-
XYZ4.745.216.55-
YUV63.76131.52123.17-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.53%
GREEN value IS 66 (26.17% from 255) = 34.20%
BLUE value IS 70 (27.73% from 255) = 36.27%
R=29.53%
G=34.20%
B=36.27%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5766700.190.0600.73198.4610.2424.9
Hex394246136049c6a19
Octal7110210623601113061231
Binary11100110000101000110100111100100100111000110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394246; }

 p { color: rgb(57,66,70); }

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

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

 a { background-color: rgb(57,66,70); }

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

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

 span { border-color: rgb(57,66,70); }

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