#454E48

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

Shades of Feldgrau #454E48

Tints of Feldgrau #454E48

Color information

#454E48 (or 0x454E48) is unknown color: approx Feldgrau. HEX triplet: 45, 4E and 48. RGB value is (69,78,72). Sum of RGB (Red+Green+Blue) = 69+78+72=219 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.51% from 219); Green value is 78 (30.86% from 255 or 35.62% from 219); Blue value is 72 (28.52% from 255 or 32.88% from 219); Max value from RGB is 78 - color contains mainly: green. Hex color #454E48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #454E48 is #BAB1B7. Grayscale: #4A4A4A. Windows color (decimal): -12235192 or 4738629. OLE color: 4738629.

HSL color Cylindrical-coordinate representation of color #454E48: hue angle of 140º 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 #454E48 is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.69.

Color convert

RGB697872-
CMYK0.1200.080.69
HSL140º6.12%28.82%-
HSV(B)140º11.54%30.59%-
XYZ6.357.187.18-
YUV74.62126.52123.99-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.51%
GREEN value IS 78 (30.86% from 255) = 35.62%
BLUE value IS 72 (28.52% from 255) = 32.88%
R=31.51%
G=35.62%
B=32.88%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6978720.1200.080.691406.1228.82
Hex454E48C08458c61d
Octal10511611014010105214635
Binary10001011001110100100011000100010001011000110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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