Html Css Color HEX #404C47 Corduroy

📋 copy color: '#404C47'

red 64 ◦ green 76 ◦ blue 71

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

Shades of Corduroy #404C47

Tints of Corduroy #404C47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 33.65%

R = 30.33%
G = 36.02%
B = 33.65%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.07

 K value IS 0.70

RGB Variations

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

Color information

#404C47 (or 0x404C47) is known color: Corduroy. HEX triplet: 40, 4C and 47. RGB value is (64,76,71). Sum of RGB (Red+Green+Blue) = 64+76+71=211 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.33% from 211); Green value is 76 (30.08% from 255 or 36.02% from 211); Blue value is 71 (28.12% from 255 or 33.65% from 211); Max value from RGB is 76 - color contains mainly: green. Hex color #404C47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404C47 is #BFB3B8. Grayscale: #474747. Windows color (decimal): -12563385 or 4672576. OLE color: 4672576.

HSL color Cylindrical-coordinate representation of color #404C47: hue angle of 155º 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 #404C47 is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.70.

Color convert

RGB 64 76 71 -
CMYK 0.16 0 0.07 0.70
HSL 155º 0.09% 0.27% -
HSV(B) 155º 0.16% 0.3% -
XYZ 5.84 6.71 6.95 -
YUV 71.84 127.52 122.41 -
System Red Green Blue C M Y K H S L
Decimal 64 76 71 0.16 0 0.07 0.70 155 0.09 0.27
Hex 40 4C 47 10 0 7 46 9B 9 1B
Octal 100 114 107 20 0 7 106 233 11 33
Binary 1000000 1001100 1000111 10000 0 111 1000110 10011011 1001 11011

Color Harmonies of #404C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404C47

Black with #404C47

Text Example


Text Example

White with #404C47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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