#454947

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

Shades of Corduroy #454947

Tints of Corduroy #454947

Color information

#454947 (or 0x454947) is unknown color: approx Corduroy. HEX triplet: 45, 49 and 47. RGB value is (69,73,71). Sum of RGB (Red+Green+Blue) = 69+73+71=213 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.39% from 213); Green value is 73 (28.91% from 255 or 34.27% from 213); Blue value is 71 (28.12% from 255 or 33.33% from 213); Max value from RGB is 73 - color contains mainly: green. Hex color #454947 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454947 is #BAB6B8. Grayscale: #474747. Windows color (decimal): -12236473 or 4671813. OLE color: 4671813.

HSL color Cylindrical-coordinate representation of color #454947: hue angle of 150º degrees, saturation: 0.03, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #454947 is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.71.

Color convert

RGB697371-
CMYK0.0500.030.71
HSL150º2.82%27.84%-
HSV(B)150º5.48%28.63%-
XYZ5.976.496.9-
YUV71.58127.67126.16-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 32.39%
GREEN value IS 73 (28.91% from 255) = 34.27%
BLUE value IS 71 (28.12% from 255) = 33.33%
R=32.39%
G=34.27%
B=33.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6973710.0500.030.711502.8227.84
Hex454947503479631c
Octal105111107503107226334
Binary1000101100100110001111010111000111100101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454947; }

 p { color: rgb(69,73,71); }

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

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

 a { background-color: rgb(69,73,71); }

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

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

 span { border-color: rgb(69,73,71); }

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