#39464A

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

Shades of Charade #39464A

Tints of Charade #39464A

Color information

#39464A (or 0x39464A) is unknown color: approx Charade. HEX triplet: 39, 46 and 4A. RGB value is (57,70,74). Sum of RGB (Red+Green+Blue) = 57+70+74=201 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.36% from 201); Green value is 70 (27.73% from 255 or 34.83% from 201); Blue value is 74 (29.30% from 255 or 36.82% from 201); Max value from RGB is 74 - color contains mainly: blue. Hex color #39464A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39464A is #C6B9B5. Grayscale: #424242. Windows color (decimal): -13023670 or 4867641. OLE color: 4867641.

HSL color Cylindrical-coordinate representation of color #39464A: hue angle of 194.12º degrees, saturation: 0.13, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #39464A is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB577074-
CMYK0.230.0500.71
HSL194.12º12.98%25.69%-
HSV(B)194.12º22.97%29.02%-
XYZ5.115.747.32-
YUV66.57132.19121.17-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 28.36%
GREEN value IS 70 (27.73% from 255) = 34.83%
BLUE value IS 74 (29.30% from 255) = 36.82%
R=28.36%
G=34.83%
B=36.82%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5770740.230.0500.71194.1212.9825.69
Hex39464A175047c2d1a
Octal7110611227501073021532
Binary11100110001101001010101111010100011111000010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39464A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39464A; }

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

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

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

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

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

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

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

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