Html Css Color HEX #404749 Charade

📋 copy color: '#404749'

red 64 ◦ green 71 ◦ blue 73

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

Shades of Charade #404749

Tints of Charade #404749

RGB

 RED value IS 64 (25.39% from 255) = 30.77%

 GREEN value IS 71 (28.13% from 255) = 34.13%

 BLUE value IS 73 (28.91% from 255) = 35.1%

R = 30.77%
G = 34.13%
B = 35.1%

CMYK

 C value IS 0.12

 M value IS 0.03

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#404749 (or 0x404749) is known color: Charade. HEX triplet: 40, 47 and 49. RGB value is (64,71,73). Sum of RGB (Red+Green+Blue) = 64+71+73=208 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.77% from 208); Green value is 71 (28.12% from 255 or 34.13% from 208); Blue value is 73 (28.91% from 255 or 35.10% from 208); Max value from RGB is 73 - color contains mainly: blue. Hex color #404749 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404749 is #BFB8B6. Grayscale: #454545. Windows color (decimal): -12564663 or 4802368. OLE color: 4802368.

HSL color Cylindrical-coordinate representation of color #404749: hue angle of 193.33º degrees, saturation: 0.07, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #404749 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 64 71 73 -
CMYK 0.12 0.03 0 0.71
HSL 193.33º 0.07% 0.27% -
HSV(B) 193.33º 0.12% 0.29% -
XYZ 5.57 6.08 7.18 -
YUV 69.14 130.18 124.34 -
System Red Green Blue C M Y K H S L
Decimal 64 71 73 0.12 0.03 0 0.71 193.33 0.07 0.27
Hex 40 47 49 C 3 0 47 C1 7 1B
Octal 100 107 111 14 3 0 107 301 7 33
Binary 1000000 1000111 1001001 1100 11 0 1000111 11000001 111 11011

Color Harmonies of #404749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404749

Black with #404749

Text Example


Text Example

White with #404749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404749; }

 p { color: rgb(64,71,73); }

 H1.HeaderClassName
 {
   color: #404749;
 }
 .AnyTagClassName
 {
   color: #404749;
 }
</style>

background-color css

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

 a { background-color: rgb(64,71,73); }

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

border-color css

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

 span { border-color: rgb(64,71,73); }

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