Html Css Color HEX #404849 Charade

📋 copy color: '#404849'

red 64 ◦ green 72 ◦ blue 73

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

Shades of Charade #404849

Tints of Charade #404849

RGB

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

 GREEN value IS 72 (28.52% from 255) = 34.45%

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

R = 30.62%
G = 34.45%
B = 34.93%

CMYK

 C value IS 0.12

 M value IS 0.01

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#404849 (or 0x404849) is known color: Charade. HEX triplet: 40, 48 and 49. RGB value is (64,72,73). Sum of RGB (Red+Green+Blue) = 64+72+73=209 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.62% from 209); Green value is 72 (28.52% from 255 or 34.45% from 209); Blue value is 73 (28.91% from 255 or 34.93% from 209); Max value from RGB is 73 - color contains mainly: blue. Hex color #404849 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404849 is #BFB7B6. Grayscale: #454545. Windows color (decimal): -12564407 or 4802624. OLE color: 4802624.

HSL color Cylindrical-coordinate representation of color #404849: hue angle of 186.67º 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 #404849 is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 64 72 73 -
CMYK 0.12 0.01 0 0.71
HSL 186.67º 0.07% 0.27% -
HSV(B) 186.67º 0.12% 0.29% -
XYZ 5.63 6.21 7.2 -
YUV 69.72 129.85 123.92 -
System Red Green Blue C M Y K H S L
Decimal 64 72 73 0.12 0.01 0 0.71 186.67 0.07 0.27
Hex 40 48 49 C 1 0 47 BB 7 1B
Octal 100 110 111 14 1 0 107 273 7 33
Binary 1000000 1001000 1001001 1100 1 0 1000111 10111011 111 11011

Color Harmonies of #404849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404849

Black with #404849

Text Example


Text Example

White with #404849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404849; }

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

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

background-color css

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

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

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

border-color css

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

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

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