#465551

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

Shades of Corduroy #465551

Tints of Corduroy #465551

Color information

#465551 (or 0x465551) is unknown color: approx Corduroy. HEX triplet: 46, 55 and 51. RGB value is (70,85,81). Sum of RGB (Red+Green+Blue) = 70+85+81=236 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.66% from 236); Green value is 85 (33.59% from 255 or 36.02% from 236); Blue value is 81 (32.03% from 255 or 34.32% from 236); Max value from RGB is 85 - color contains mainly: green. Hex color #465551 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465551 is #B9AAAE. Grayscale: #505050. Windows color (decimal): -12167855 or 5330246. OLE color: 5330246.

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

Color convert

RGB708581-
CMYK0.1800.050.67
HSL164º9.68%30.39%-
HSV(B)164º17.65%33.33%-
XYZ7.268.399.02-
YUV80.06128.53120.83-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.66%
GREEN value IS 85 (33.59% from 255) = 36.02%
BLUE value IS 81 (32.03% from 255) = 34.32%
R=29.66%
G=36.02%
B=34.32%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7085810.1800.050.671649.6830.39
Hex465551120543a4a1e
Octal10612512122051032441236
Binary100011010101011010001100100101100001110100100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465551; }

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

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

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

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

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

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

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

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