#485E4F

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

Shades of Feldgrau #485E4F

Tints of Feldgrau #485E4F

Color information

#485E4F (or 0x485E4F) is unknown color: approx Feldgrau. HEX triplet: 48, 5E and 4F. RGB value is (72,94,79). Sum of RGB (Red+Green+Blue) = 72+94+79=245 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.39% from 245); Green value is 94 (37.11% from 255 or 38.37% from 245); Blue value is 79 (31.25% from 255 or 32.24% from 245); Max value from RGB is 94 - color contains mainly: green. Hex color #485E4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485E4F is #B7A1B0. Grayscale: #555555. Windows color (decimal): -12034481 or 5201480. OLE color: 5201480.

HSL color Cylindrical-coordinate representation of color #485E4F: hue angle of 139.09º 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 #485E4F is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.63.

Color convert

RGB729479-
CMYK0.2300.160.63
HSL139.09º13.25%32.55%-
HSV(B)139.09º23.4%36.86%-
XYZ8.099.958.89-
YUV85.71124.21118.22-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.39%
GREEN value IS 94 (37.11% from 255) = 38.37%
BLUE value IS 79 (31.25% from 255) = 32.24%
R=29.39%
G=38.37%
B=32.24%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7294790.2300.160.63139.0913.2532.55
Hex485E4F170103F8bd21
Octal11013611727020772131541
Binary10010001011110100111110111010000111111100010111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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