#4B584F

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

Shades of Feldgrau #4B584F

Tints of Feldgrau #4B584F

Color information

#4B584F (or 0x4B584F) is unknown color: approx Feldgrau. HEX triplet: 4B, 58 and 4F. RGB value is (75,88,79). Sum of RGB (Red+Green+Blue) = 75+88+79=242 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.99% from 242); Green value is 88 (34.77% from 255 or 36.36% from 242); Blue value is 79 (31.25% from 255 or 32.64% from 242); Max value from RGB is 88 - color contains mainly: green. Hex color #4B584F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B584F is #B4A7B0. Grayscale: #535353. Windows color (decimal): -11839409 or 5199947. OLE color: 5199947.

HSL color Cylindrical-coordinate representation of color #4B584F: hue angle of 138.46º degrees, saturation: 0.08, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #4B584F is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB758879-
CMYK0.1500.100.65
HSL138.46º7.98%31.96%-
HSV(B)138.46º14.77%34.51%-
XYZ7.89.048.73-
YUV83.09125.69122.23-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 30.99%
GREEN value IS 88 (34.77% from 255) = 36.36%
BLUE value IS 79 (31.25% from 255) = 32.64%
R=30.99%
G=36.36%
B=32.64%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7588790.1500.100.65138.467.9831.96
Hex4B584FF0A418a820
Octal113130117170121012121040
Binary1001011101100010011111111010101000001100010101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B584F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B584F; }

 p { color: rgb(75,88,79); }

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

<style>
 a { background-color: #4B584F; }

 a { background-color: rgb(75,88,79); }

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

<style>
 span { border-color: #4B584F; }

 span { border-color: rgb(75,88,79); }

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