Html Css Color HEX #404748 Charade

📋 copy color: '#404748'

red 64 ◦ green 71 ◦ blue 72

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

Shades of Charade #404748

Tints of Charade #404748

RGB

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

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

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

R = 30.92%
G = 34.3%
B = 34.78%

CMYK

 C value IS 0.11

 M value IS 0.01

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#404748 (or 0x404748) is known color: Charade. HEX triplet: 40, 47 and 48. RGB value is (64,71,72). Sum of RGB (Red+Green+Blue) = 64+71+72=207 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.92% from 207); Green value is 71 (28.12% from 255 or 34.30% from 207); Blue value is 72 (28.52% from 255 or 34.78% from 207); Max value from RGB is 72 - color contains mainly: blue. Hex color #404748 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404748 is #BFB8B7. Grayscale: #454545. Windows color (decimal): -12564664 or 4736832. OLE color: 4736832.

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

Color convert

RGB 64 71 72 -
CMYK 0.11 0.01 0 0.72
HSL 187.5º 0.06% 0.27% -
HSV(B) 187.5º 0.11% 0.28% -
XYZ 5.54 6.06 7.01 -
YUV 69.02 129.68 124.42 -
System Red Green Blue C M Y K H S L
Decimal 64 71 72 0.11 0.01 0 0.72 187.5 0.06 0.27
Hex 40 47 48 B 1 0 48 BC 6 1B
Octal 100 107 110 13 1 0 110 274 6 33
Binary 1000000 1000111 1001000 1011 1 0 1001000 10111100 110 11011

Color Harmonies of #404748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404748

Black with #404748

Text Example


Text Example

White with #404748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404748; }

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

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

background-color css

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

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

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

border-color css

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

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

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