#46514D

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

Shades of Corduroy #46514D

Tints of Corduroy #46514D

Color information

#46514D (or 0x46514D) is unknown color: approx Corduroy. HEX triplet: 46, 51 and 4D. RGB value is (70,81,77). Sum of RGB (Red+Green+Blue) = 70+81+77=228 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.70% from 228); Green value is 81 (32.03% from 255 or 35.53% from 228); Blue value is 77 (30.47% from 255 or 33.77% from 228); Max value from RGB is 81 - color contains mainly: green. Hex color #46514D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46514D is #B9AEB2. Grayscale: #4D4D4D. Windows color (decimal): -12168883 or 5067078. OLE color: 5067078.

HSL color Cylindrical-coordinate representation of color #46514D: hue angle of 158.18º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #46514D is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.68.

Color convert

RGB708177-
CMYK0.1400.050.68
HSL158.18º7.28%29.61%-
HSV(B)158.18º13.58%31.76%-
XYZ6.817.728.15-
YUV77.26127.86122.83-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.70%
GREEN value IS 81 (32.03% from 255) = 35.53%
BLUE value IS 77 (30.47% from 255) = 33.77%
R=30.70%
G=35.53%
B=33.77%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7081770.1400.050.68158.187.2829.61
Hex46514DE05449e71e
Octal1061211151605104236736
Binary1000110101000110011011110010110001001001111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46514D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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