#485E4E

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

Shades of Feldgrau #485E4E

Tints of Feldgrau #485E4E

Color information

#485E4E (or 0x485E4E) is unknown color: approx Feldgrau. HEX triplet: 48, 5E and 4E. RGB value is (72,94,78). Sum of RGB (Red+Green+Blue) = 72+94+78=244 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.51% from 244); Green value is 94 (37.11% from 255 or 38.52% from 244); Blue value is 78 (30.86% from 255 or 31.97% from 244); Max value from RGB is 94 - color contains mainly: green. Hex color #485E4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485E4E is #B7A1B1. Grayscale: #555555. Windows color (decimal): -12034482 or 5135944. OLE color: 5135944.

HSL color Cylindrical-coordinate representation of color #485E4E: hue angle of 136.36º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #485E4E is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.63.

Color convert

RGB729478-
CMYK0.2300.170.63
HSL136.36º13.25%32.55%-
HSV(B)136.36º23.4%36.86%-
XYZ8.059.938.7-
YUV85.6123.71118.3-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.51%
GREEN value IS 94 (37.11% from 255) = 38.52%
BLUE value IS 78 (30.86% from 255) = 31.97%
R=29.51%
G=38.52%
B=31.97%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7294780.2300.170.63136.3613.2532.55
Hex485E4E170113F88d21
Octal11013611627021772101541
Binary10010001011110100111010111010001111111100010001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485E4E; }

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

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

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

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

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

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

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

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