#465450

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

Shades of Corduroy #465450

Tints of Corduroy #465450

Color information

#465450 (or 0x465450) is unknown color: approx Corduroy. HEX triplet: 46, 54 and 50. RGB value is (70,84,80). Sum of RGB (Red+Green+Blue) = 70+84+80=234 (30% of max value = 765). Red value is 70 (27.73% from 255 or 29.91% from 234); Green value is 84 (33.20% from 255 or 35.90% from 234); Blue value is 80 (31.64% from 255 or 34.19% from 234); Max value from RGB is 84 - color contains mainly: green. Hex color #465450 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465450 is #B9ABAF. Grayscale: #4F4F4F. Windows color (decimal): -12168112 or 5264454. OLE color: 5264454.

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

Color convert

RGB708480-
CMYK0.1700.050.67
HSL162.86º9.09%30.2%-
HSV(B)162.86º16.67%32.94%-
XYZ7.148.228.8-
YUV79.36128.36121.33-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.91%
GREEN value IS 84 (33.20% from 255) = 35.90%
BLUE value IS 80 (31.64% from 255) = 34.19%
R=29.91%
G=35.90%
B=34.19%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7084800.1700.050.67162.869.0930.2
Hex465450110543a391e
Octal10612412021051032431136
Binary100011010101001010000100010101100001110100011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465450; }

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

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

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

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

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

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

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

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