Html Css Color HEX #404648 Charade

📋 copy color: '#404648'

red 64 ◦ green 70 ◦ blue 72

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

Shades of Charade #404648

Tints of Charade #404648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 34.95%

R = 31.07%
G = 33.98%
B = 34.95%

CMYK

 C value IS 0.11

 M value IS 0.03

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#404648 (or 0x404648) is known color: Charade. HEX triplet: 40, 46 and 48. RGB value is (64,70,72). Sum of RGB (Red+Green+Blue) = 64+70+72=206 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.07% from 206); Green value is 70 (27.73% from 255 or 33.98% from 206); Blue value is 72 (28.52% from 255 or 34.95% from 206); Max value from RGB is 72 - color contains mainly: blue. Hex color #404648 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404648 is #BFB9B7. Grayscale: #444444. Windows color (decimal): -12564920 or 4736576. OLE color: 4736576.

HSL color Cylindrical-coordinate representation of color #404648: hue angle of 195º degrees, saturation: 0.06, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #404648 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 64 70 72 -
CMYK 0.11 0.03 0 0.72
HSL 195º 0.06% 0.27% -
HSV(B) 195º 0.11% 0.28% -
XYZ 5.47 5.94 6.99 -
YUV 68.43 130.01 124.84 -
System Red Green Blue C M Y K H S L
Decimal 64 70 72 0.11 0.03 0 0.72 195 0.06 0.27
Hex 40 46 48 B 3 0 48 C3 6 1B
Octal 100 106 110 13 3 0 110 303 6 33
Binary 1000000 1000110 1001000 1011 11 0 1001000 11000011 110 11011

Color Harmonies of #404648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404648

Black with #404648

Text Example


Text Example

White with #404648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404648; }

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

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

background-color css

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

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

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

border-color css

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

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

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