#404F4C

Color #404F4C Corduroy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corduroy #404F4C

Tints of Corduroy #404F4C

Color information

#404F4C (or 0x404F4C) is unknown color: approx Corduroy. HEX triplet: 40, 4F and 4C. RGB value is (64,79,76). Sum of RGB (Red+Green+Blue) = 64+79+76=219 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.22% from 219); Green value is 79 (31.25% from 255 or 36.07% from 219); Blue value is 76 (30.08% from 255 or 34.70% from 219); Max value from RGB is 79 - color contains mainly: green. Hex color #404F4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #404F4C is #BFB0B3. Grayscale: #4A4A4A. Windows color (decimal): -12562612 or 5001024. OLE color: 5001024.

HSL color Cylindrical-coordinate representation of color #404F4C: hue angle of 168º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #404F4C is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.69.

Color convert

RGB647976-
CMYK0.1900.040.69
HSL168º10.49%28.04%-
HSV(B)168º18.99%30.98%-
XYZ6.217.27.9-
YUV74.17129.03120.74-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.22%
GREEN value IS 79 (31.25% from 255) = 36.07%
BLUE value IS 76 (30.08% from 255) = 34.70%
R=29.22%
G=36.07%
B=34.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6479760.1900.040.6916810.4928.04
Hex404F4C130445a8a1c
Octal10011711423041052501234
Binary100000010011111001100100110100100010110101000101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #404F4C;
 }
 .AnyTagClassName
 {
   color: #404F4C;
 }
</style>
background-color css

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

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

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

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

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

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