Html Css Color HEX #404643 Corduroy

📋 copy color: '#404643'

red 64 ◦ green 70 ◦ blue 67

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

Shades of Corduroy #404643

Tints of Corduroy #404643

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 33.33%

R = 31.84%
G = 34.83%
B = 33.33%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.04

 K value IS 0.73

RGB Variations

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

Color information

#404643 (or 0x404643) is known color: Corduroy. HEX triplet: 40, 46 and 43. RGB value is (64,70,67). Sum of RGB (Red+Green+Blue) = 64+70+67=201 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.84% from 201); Green value is 70 (27.73% from 255 or 34.83% from 201); Blue value is 67 (26.56% from 255 or 33.33% from 201); Max value from RGB is 70 - color contains mainly: green. Hex color #404643 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404643 is #BFB9BC. Grayscale: #434343. Windows color (decimal): -12564925 or 4408896. OLE color: 4408896.

HSL color Cylindrical-coordinate representation of color #404643: hue angle of 150º degrees, saturation: 0.04, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #404643 is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.73.

Color convert

RGB 64 70 67 -
CMYK 0.09 0 0.04 0.73
HSL 150º 0.04% 0.26% -
HSV(B) 150º 0.09% 0.27% -
XYZ 5.32 5.88 6.16 -
YUV 67.86 127.51 125.24 -
System Red Green Blue C M Y K H S L
Decimal 64 70 67 0.09 0 0.04 0.73 150 0.04 0.26
Hex 40 46 43 9 0 4 49 96 4 1A
Octal 100 106 103 11 0 4 111 226 4 32
Binary 1000000 1000110 1000011 1001 0 100 1001001 10010110 100 11010

Color Harmonies of #404643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404643

Black with #404643

Text Example


Text Example

White with #404643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404643; }

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

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

background-color css

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

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

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

border-color css

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

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

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