#454F48

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

Shades of Feldgrau #454F48

Tints of Feldgrau #454F48

Color information

#454F48 (or 0x454F48) is unknown color: approx Feldgrau. HEX triplet: 45, 4F and 48. RGB value is (69,79,72). Sum of RGB (Red+Green+Blue) = 69+79+72=220 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.36% from 220); Green value is 79 (31.25% from 255 or 35.91% from 220); Blue value is 72 (28.52% from 255 or 32.73% from 220); Max value from RGB is 79 - color contains mainly: green. Hex color #454F48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #454F48 is #BAB0B7. Grayscale: #4B4B4B. Windows color (decimal): -12234936 or 4738885. OLE color: 4738885.

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

Color convert

RGB697972-
CMYK0.1300.090.69
HSL138º6.76%29.02%-
HSV(B)138º12.66%30.98%-
XYZ6.427.337.21-
YUV75.21126.19123.57-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.36%
GREEN value IS 79 (31.25% from 255) = 35.91%
BLUE value IS 72 (28.52% from 255) = 32.73%
R=31.36%
G=35.91%
B=32.73%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6979720.1300.090.691386.7629.02
Hex454F48D09458a71d
Octal10511711015011105212735
Binary10001011001111100100011010100110001011000101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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