Html Css Color HEX #404C49 Corduroy

📋 copy color: '#404C49'

red 64 ◦ green 76 ◦ blue 73

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

Shades of Corduroy #404C49

Tints of Corduroy #404C49

RGB

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

 GREEN value IS 76 (30.08% from 255) = 35.68%

 BLUE value IS 73 (28.91% from 255) = 34.27%

R = 30.05%
G = 35.68%
B = 34.27%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.04

 K value IS 0.70

RGB Variations

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

Color information

#404C49 (or 0x404C49) is known color: Corduroy. HEX triplet: 40, 4C and 49. RGB value is (64,76,73). Sum of RGB (Red+Green+Blue) = 64+76+73=213 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.05% from 213); Green value is 76 (30.08% from 255 or 35.68% from 213); Blue value is 73 (28.91% from 255 or 34.27% from 213); Max value from RGB is 76 - color contains mainly: green. Hex color #404C49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404C49 is #BFB3B6. Grayscale: #484848. Windows color (decimal): -12563383 or 4803648. OLE color: 4803648.

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

Color convert

RGB 64 76 73 -
CMYK 0.16 0 0.04 0.70
HSL 165º 0.09% 0.27% -
HSV(B) 165º 0.16% 0.3% -
XYZ 5.9 6.74 7.29 -
YUV 72.07 128.52 122.24 -
System Red Green Blue C M Y K H S L
Decimal 64 76 73 0.16 0 0.04 0.70 165 0.09 0.27
Hex 40 4C 49 10 0 4 46 A5 9 1B
Octal 100 114 111 20 0 4 106 245 11 33
Binary 1000000 1001100 1001001 10000 0 100 1000110 10100101 1001 11011

Color Harmonies of #404C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404C49

Black with #404C49

Text Example


Text Example

White with #404C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404C49; }

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

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

background-color css

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

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

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

border-color css

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

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

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