Html Css Color HEX #39464A Charade

📋 copy color: '#39464A'

red 57 ◦ green 70 ◦ blue 74

#39464A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Charade #39464A

Tints of Charade #39464A

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.3% from 255) = 36.82%

R = 28.36%
G = 34.83%
B = 36.82%

CMYK

 C value IS 0.23

 M value IS 0.05

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#39464A (or 0x39464A) is known color: 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

RGB 57 70 74 -
CMYK 0.23 0.05 0 0.71
HSL 194.12º 0.13% 0.26% -
HSV(B) 194.12º 0.23% 0.29% -
XYZ 5.11 5.74 7.32 -
YUV 66.57 132.19 121.17 -
System Red Green Blue C M Y K H S L
Decimal 57 70 74 0.23 0.05 0 0.71 194.12 0.13 0.26
Hex 39 46 4A 17 5 0 47 C2 D 1A
Octal 71 106 112 27 5 0 107 302 15 32
Binary 111001 1000110 1001010 10111 101 0 1000111 11000010 1101 11010

Color Harmonies of #39464A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39464A

Black with #39464A

Text Example


Text Example

White with #39464A

Text Example


Text Example

HTML Codes & Css Web 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>