Html Css Color HEX #404C4A Corduroy

📋 copy color: '#404C4A'

red 64 ◦ green 76 ◦ blue 74

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

Shades of Corduroy #404C4A

Tints of Corduroy #404C4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 34.58%

R = 29.91%
G = 35.51%
B = 34.58%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.03

 K value IS 0.70

RGB Variations

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

Color information

#404C4A (or 0x404C4A) is known color: Corduroy. HEX triplet: 40, 4C and 4A. RGB value is (64,76,74). Sum of RGB (Red+Green+Blue) = 64+76+74=214 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.91% from 214); Green value is 76 (30.08% from 255 or 35.51% from 214); Blue value is 74 (29.30% from 255 or 34.58% from 214); Max value from RGB is 76 - color contains mainly: green. Hex color #404C4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404C4A is #BFB3B5. Grayscale: #484848. Windows color (decimal): -12563382 or 4869184. OLE color: 4869184.

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

Color convert

RGB 64 76 74 -
CMYK 0.16 0 0.03 0.70
HSL 170º 0.09% 0.27% -
HSV(B) 170º 0.16% 0.3% -
XYZ 5.93 6.75 7.47 -
YUV 72.18 129.02 122.16 -
System Red Green Blue C M Y K H S L
Decimal 64 76 74 0.16 0 0.03 0.70 170 0.09 0.27
Hex 40 4C 4A 10 0 3 46 AA 9 1B
Octal 100 114 112 20 0 3 106 252 11 33
Binary 1000000 1001100 1001010 10000 0 11 1000110 10101010 1001 11011

Color Harmonies of #404C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404C4A

Black with #404C4A

Text Example


Text Example

White with #404C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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