Html Css Color HEX #404647 Charade

📋 copy color: '#404647'

red 64 ◦ green 70 ◦ blue 71

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

Shades of Charade #404647

Tints of Charade #404647

RGB

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

 GREEN value IS 70 (27.73% from 255) = 34.15%

 BLUE value IS 71 (28.13% from 255) = 34.63%

R = 31.22%
G = 34.15%
B = 34.63%

CMYK

 C value IS 0.10

 M value IS 0.01

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#404647 (or 0x404647) is known color: Charade. HEX triplet: 40, 46 and 47. RGB value is (64,70,71). Sum of RGB (Red+Green+Blue) = 64+70+71=205 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.22% from 205); Green value is 70 (27.73% from 255 or 34.15% from 205); Blue value is 71 (28.12% from 255 or 34.63% from 205); Max value from RGB is 71 - color contains mainly: blue. Hex color #404647 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404647 is #BFB9B8. Grayscale: #444444. Windows color (decimal): -12564921 or 4671040. OLE color: 4671040.

HSL color Cylindrical-coordinate representation of color #404647: hue angle of 188.57º degrees, saturation: 0.05, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #404647 is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 64 70 71 -
CMYK 0.10 0.01 0 0.72
HSL 188.57º 0.05% 0.26% -
HSV(B) 188.57º 0.1% 0.28% -
XYZ 5.44 5.93 6.82 -
YUV 68.32 129.51 124.92 -
System Red Green Blue C M Y K H S L
Decimal 64 70 71 0.10 0.01 0 0.72 188.57 0.05 0.26
Hex 40 46 47 A 1 0 48 BD 5 1A
Octal 100 106 107 12 1 0 110 275 5 32
Binary 1000000 1000110 1000111 1010 1 0 1001000 10111101 101 11010

Color Harmonies of #404647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404647

Black with #404647

Text Example


Text Example

White with #404647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404647; }

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

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

background-color css

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

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

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

border-color css

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

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

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