#46504D

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

Shades of Corduroy #46504D

Tints of Corduroy #46504D

Color information

#46504D (or 0x46504D) is unknown color: approx Corduroy. HEX triplet: 46, 50 and 4D. RGB value is (70,80,77). Sum of RGB (Red+Green+Blue) = 70+80+77=227 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.84% from 227); Green value is 80 (31.64% from 255 or 35.24% from 227); Blue value is 77 (30.47% from 255 or 33.92% from 227); Max value from RGB is 80 - color contains mainly: green. Hex color #46504D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46504D is #B9AFB2. Grayscale: #4C4C4C. Windows color (decimal): -12169139 or 5066822. OLE color: 5066822.

HSL color Cylindrical-coordinate representation of color #46504D: hue angle of 162º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #46504D is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.69.

Color convert

RGB708077-
CMYK0.1200.040.69
HSL162º6.67%29.41%-
HSV(B)162º12.5%31.37%-
XYZ6.737.588.13-
YUV76.67128.19123.24-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.84%
GREEN value IS 80 (31.64% from 255) = 35.24%
BLUE value IS 77 (30.47% from 255) = 33.92%
R=30.84%
G=35.24%
B=33.92%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7080770.1200.040.691626.6729.41
Hex46504DC0445a271d
Octal1061201151404105242735
Binary1000110101000010011011100010010001011010001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46504D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46504D; }

 p { color: rgb(70,80,77); }

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

<style>
 a { background-color: #46504D; }

 a { background-color: rgb(70,80,77); }

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

<style>
 span { border-color: #46504D; }

 span { border-color: rgb(70,80,77); }

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