#46514E

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

Shades of Corduroy #46514E

Tints of Corduroy #46514E

Color information

#46514E (or 0x46514E) is unknown color: approx Corduroy. HEX triplet: 46, 51 and 4E. RGB value is (70,81,78). Sum of RGB (Red+Green+Blue) = 70+81+78=229 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.57% from 229); Green value is 81 (32.03% from 255 or 35.37% from 229); Blue value is 78 (30.86% from 255 or 34.06% from 229); Max value from RGB is 81 - color contains mainly: green. Hex color #46514E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46514E is #B9AEB1. Grayscale: #4D4D4D. Windows color (decimal): -12168882 or 5132614. OLE color: 5132614.

HSL color Cylindrical-coordinate representation of color #46514E: hue angle of 163.64º 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 #46514E is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.68.

Color convert

RGB708178-
CMYK0.1400.040.68
HSL163.64º7.28%29.61%-
HSV(B)163.64º13.58%31.76%-
XYZ6.847.748.34-
YUV77.37128.36122.74-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.57%
GREEN value IS 81 (32.03% from 255) = 35.37%
BLUE value IS 78 (30.86% from 255) = 34.06%
R=30.57%
G=35.37%
B=34.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7081780.1400.040.68163.647.2829.61
Hex46514EE0444a471e
Octal1061211161604104244736
Binary1000110101000110011101110010010001001010010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46514E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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