#454C4A

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

Shades of Corduroy #454C4A

Tints of Corduroy #454C4A

Color information

#454C4A (or 0x454C4A) is unknown color: approx Corduroy. HEX triplet: 45, 4C and 4A. RGB value is (69,76,74). Sum of RGB (Red+Green+Blue) = 69+76+74=219 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.51% from 219); Green value is 76 (30.08% from 255 or 34.70% from 219); Blue value is 74 (29.30% from 255 or 33.79% from 219); Max value from RGB is 76 - color contains mainly: green. Hex color #454C4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454C4A is #BAB3B5. Grayscale: #494949. Windows color (decimal): -12235702 or 4869189. OLE color: 4869189.

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

Color convert

RGB697674-
CMYK0.0900.030.70
HSL162.86º4.83%28.43%-
HSV(B)162.86º9.21%29.8%-
XYZ6.276.937.49-
YUV73.68128.18124.66-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.51%
GREEN value IS 76 (30.08% from 255) = 34.70%
BLUE value IS 74 (29.30% from 255) = 33.79%
R=31.51%
G=34.70%
B=33.79%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6976740.0900.030.70162.864.8328.43
Hex454C4A90346a351c
Octal1051141121103106243534
Binary100010110011001001010100101110001101010001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454C4A; }

 p { color: rgb(69,76,74); }

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

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

 a { background-color: rgb(69,76,74); }

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

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

 span { border-color: rgb(69,76,74); }

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