#464A49

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

Shades of Corduroy #464A49

Tints of Corduroy #464A49

Color information

#464A49 (or 0x464A49) is unknown color: approx Corduroy. HEX triplet: 46, 4A and 49. RGB value is (70,74,73). Sum of RGB (Red+Green+Blue) = 70+74+73=217 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.26% from 217); Green value is 74 (29.30% from 255 or 34.10% from 217); Blue value is 73 (28.91% from 255 or 33.64% from 217); Max value from RGB is 74 - color contains mainly: green. Hex color #464A49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464A49 is #B9B5B6. Grayscale: #484848. Windows color (decimal): -12170679 or 4803142. OLE color: 4803142.

HSL color Cylindrical-coordinate representation of color #464A49: hue angle of 165º degrees, saturation: 0.03, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #464A49 is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.71.

Color convert

RGB707473-
CMYK0.0500.010.71
HSL165º2.78%28.24%-
HSV(B)165º5.41%29.02%-
XYZ6.186.687.27-
YUV72.69128.17126.08-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.26%
GREEN value IS 74 (29.30% from 255) = 34.10%
BLUE value IS 73 (28.91% from 255) = 33.64%
R=32.26%
G=34.10%
B=33.64%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7074730.0500.010.711652.7828.24
Hex464A4950147a531c
Octal106112111501107245334
Binary100011010010101001001101011000111101001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464A49; }

 p { color: rgb(70,74,73); }

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

<style>
 a { background-color: #464A49; }

 a { background-color: rgb(70,74,73); }

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

<style>
 span { border-color: #464A49; }

 span { border-color: rgb(70,74,73); }

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