Html Css Color HEX #404744 Corduroy

📋 copy color: '#404744'

red 64 ◦ green 71 ◦ blue 68

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

Shades of Corduroy #404744

Tints of Corduroy #404744

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 33.5%

R = 31.53%
G = 34.98%
B = 33.5%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.04

 K value IS 0.72

RGB Variations

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

Color information

#404744 (or 0x404744) is known color: Corduroy. HEX triplet: 40, 47 and 44. RGB value is (64,71,68). Sum of RGB (Red+Green+Blue) = 64+71+68=203 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.53% from 203); Green value is 71 (28.12% from 255 or 34.98% from 203); Blue value is 68 (26.95% from 255 or 33.50% from 203); Max value from RGB is 71 - color contains mainly: green. Hex color #404744 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404744 is #BFB8BB. Grayscale: #444444. Windows color (decimal): -12564668 or 4474688. OLE color: 4474688.

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

Color convert

RGB 64 71 68 -
CMYK 0.10 0 0.04 0.72
HSL 154.29º 0.05% 0.26% -
HSV(B) 154.29º 0.1% 0.28% -
XYZ 5.41 6.01 6.34 -
YUV 68.57 127.68 124.74 -
System Red Green Blue C M Y K H S L
Decimal 64 71 68 0.10 0 0.04 0.72 154.29 0.05 0.26
Hex 40 47 44 A 0 4 48 9A 5 1A
Octal 100 107 104 12 0 4 110 232 5 32
Binary 1000000 1000111 1000100 1010 0 100 1001000 10011010 101 11010

Color Harmonies of #404744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404744

Black with #404744

Text Example


Text Example

White with #404744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404744; }

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

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

background-color css

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

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

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

border-color css

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

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

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