#404B46

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

Shades of Corduroy #404B46

Tints of Corduroy #404B46

Color information

#404B46 (or 0x404B46) is unknown color: approx Corduroy. HEX triplet: 40, 4B and 46. RGB value is (64,75,70). Sum of RGB (Red+Green+Blue) = 64+75+70=209 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.62% from 209); Green value is 75 (29.69% from 255 or 35.89% from 209); Blue value is 70 (27.73% from 255 or 33.49% from 209); Max value from RGB is 75 - color contains mainly: green. Hex color #404B46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404B46 is #BFB4B9. Grayscale: #474747. Windows color (decimal): -12563642 or 4606784. OLE color: 4606784.

HSL color Cylindrical-coordinate representation of color #404B46: hue angle of 152.73º degrees, saturation: 0.08, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #404B46 is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.71.

Color convert

RGB647570-
CMYK0.1500.070.71
HSL152.73º7.91%27.25%-
HSV(B)152.73º14.67%29.41%-
XYZ5.746.566.76-
YUV71.14127.36122.91-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.62%
GREEN value IS 75 (29.69% from 255) = 35.89%
BLUE value IS 70 (27.73% from 255) = 33.49%
R=30.62%
G=35.89%
B=33.49%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6475700.1500.070.71152.737.9127.25
Hex404B46F07479981b
Octal10011310617071072311033
Binary10000001001011100011011110111100011110011001100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,75,70); }

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

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

 a { background-color: rgb(64,75,70); }

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

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

 span { border-color: rgb(64,75,70); }

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