#465350

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

Shades of Corduroy #465350

Tints of Corduroy #465350

Color information

#465350 (or 0x465350) is unknown color: approx Corduroy. HEX triplet: 46, 53 and 50. RGB value is (70,83,80). Sum of RGB (Red+Green+Blue) = 70+83+80=233 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.04% from 233); Green value is 83 (32.81% from 255 or 35.62% from 233); Blue value is 80 (31.64% from 255 or 34.33% from 233); Max value from RGB is 83 - color contains mainly: green. Hex color #465350 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465350 is #B9ACAF. Grayscale: #4E4E4E. Windows color (decimal): -12168368 or 5264198. OLE color: 5264198.

HSL color Cylindrical-coordinate representation of color #465350: hue angle of 166.15º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #465350 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.67.

Color convert

RGB708380-
CMYK0.1600.040.67
HSL166.15º8.5%30%-
HSV(B)166.15º15.66%32.55%-
XYZ7.078.078.77-
YUV78.77128.69121.74-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.04%
GREEN value IS 83 (32.81% from 255) = 35.62%
BLUE value IS 80 (31.64% from 255) = 34.33%
R=30.04%
G=35.62%
B=34.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7083800.1600.040.67166.158.530
Hex465350100443a681e
Octal10612312020041032461036
Binary100011010100111010000100000100100001110100110100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465350; }

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

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

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

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

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

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

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

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