#454E4C

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

Shades of Corduroy #454E4C

Tints of Corduroy #454E4C

Color information

#454E4C (or 0x454E4C) is unknown color: approx Corduroy. HEX triplet: 45, 4E and 4C. RGB value is (69,78,76). Sum of RGB (Red+Green+Blue) = 69+78+76=223 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.94% from 223); Green value is 78 (30.86% from 255 or 34.98% from 223); Blue value is 76 (30.08% from 255 or 34.08% from 223); Max value from RGB is 78 - color contains mainly: green. Hex color #454E4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #454E4C is #BAB1B3. Grayscale: #4B4B4B. Windows color (decimal): -12235188 or 5000773. OLE color: 5000773.

HSL color Cylindrical-coordinate representation of color #454E4C: hue angle of 166.67º degrees, saturation: 0.06, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #454E4C is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.69.

Color convert

RGB697876-
CMYK0.1200.030.69
HSL166.67º6.12%28.82%-
HSV(B)166.67º11.54%30.59%-
XYZ6.487.247.89-
YUV75.08128.52123.66-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.94%
GREEN value IS 78 (30.86% from 255) = 34.98%
BLUE value IS 76 (30.08% from 255) = 34.08%
R=30.94%
G=34.98%
B=34.08%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6978760.1200.030.69166.676.1228.82
Hex454E4CC0345a761d
Octal1051161141403105247635
Binary100010110011101001100110001110001011010011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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