Html Css Color HEX #404C48 Corduroy

📋 copy color: '#404C48'

red 64 ◦ green 76 ◦ blue 72

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

Shades of Corduroy #404C48

Tints of Corduroy #404C48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 33.96%

R = 30.19%
G = 35.85%
B = 33.96%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.05

 K value IS 0.70

RGB Variations

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

Color information

#404C48 (or 0x404C48) is known color: Corduroy. HEX triplet: 40, 4C and 48. RGB value is (64,76,72). Sum of RGB (Red+Green+Blue) = 64+76+72=212 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.19% from 212); Green value is 76 (30.08% from 255 or 35.85% from 212); Blue value is 72 (28.52% from 255 or 33.96% from 212); Max value from RGB is 76 - color contains mainly: green. Hex color #404C48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404C48 is #BFB3B7. Grayscale: #474747. Windows color (decimal): -12563384 or 4738112. OLE color: 4738112.

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

Color convert

RGB 64 76 72 -
CMYK 0.16 0 0.05 0.70
HSL 160º 0.09% 0.27% -
HSV(B) 160º 0.16% 0.3% -
XYZ 5.87 6.73 7.12 -
YUV 71.96 128.02 122.33 -
System Red Green Blue C M Y K H S L
Decimal 64 76 72 0.16 0 0.05 0.70 160 0.09 0.27
Hex 40 4C 48 10 0 5 46 A0 9 1B
Octal 100 114 110 20 0 5 106 240 11 33
Binary 1000000 1001100 1001000 10000 0 101 1000110 10100000 1001 11011

Color Harmonies of #404C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404C48

Black with #404C48

Text Example


Text Example

White with #404C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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