Html Css Color HEX #404946 Corduroy

📋 copy color: '#404946'

red 64 ◦ green 73 ◦ blue 70

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

Shades of Corduroy #404946

Tints of Corduroy #404946

RGB

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

 GREEN value IS 73 (28.91% from 255) = 35.27%

 BLUE value IS 70 (27.73% from 255) = 33.82%

R = 30.92%
G = 35.27%
B = 33.82%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.04

 K value IS 0.71

RGB Variations

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

Color information

#404946 (or 0x404946) is known color: Corduroy. HEX triplet: 40, 49 and 46. RGB value is (64,73,70). Sum of RGB (Red+Green+Blue) = 64+73+70=207 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.92% from 207); Green value is 73 (28.91% from 255 or 35.27% from 207); Blue value is 70 (27.73% from 255 or 33.82% from 207); Max value from RGB is 73 - color contains mainly: green. Hex color #404946 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404946 is #BFB6B9. Grayscale: #454545. Windows color (decimal): -12564154 or 4606272. OLE color: 4606272.

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

Color convert

RGB 64 73 70 -
CMYK 0.12 0 0.04 0.71
HSL 160º 0.07% 0.27% -
HSV(B) 160º 0.12% 0.29% -
XYZ 5.6 6.3 6.71 -
YUV 69.97 128.02 123.74 -
System Red Green Blue C M Y K H S L
Decimal 64 73 70 0.12 0 0.04 0.71 160 0.07 0.27
Hex 40 49 46 C 0 4 47 A0 7 1B
Octal 100 111 106 14 0 4 107 240 7 33
Binary 1000000 1001001 1000110 1100 0 100 1000111 10100000 111 11011

Color Harmonies of #404946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404946

Black with #404946

Text Example


Text Example

White with #404946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404946; }

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

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

background-color css

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

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

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

border-color css

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

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

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