#4B5D53

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

Shades of Feldgrau #4B5D53

Tints of Feldgrau #4B5D53

Color information

#4B5D53 (or 0x4B5D53) is unknown color: approx Feldgrau. HEX triplet: 4B, 5D and 53. RGB value is (75,93,83). Sum of RGB (Red+Green+Blue) = 75+93+83=251 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.88% from 251); Green value is 93 (36.72% from 255 or 37.05% from 251); Blue value is 83 (32.81% from 255 or 33.07% from 251); Max value from RGB is 93 - color contains mainly: green. Hex color #4B5D53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B5D53 is #B4A2AC. Grayscale: #565656. Windows color (decimal): -11838125 or 5463371. OLE color: 5463371.

HSL color Cylindrical-coordinate representation of color #4B5D53: hue angle of 146.67º degrees, saturation: 0.11, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4B5D53 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.64.

Color convert

RGB759383-
CMYK0.1900.110.64
HSL146.67º10.71%32.94%-
HSV(B)146.67º19.35%36.47%-
XYZ8.389.959.66-
YUV86.48126.04119.81-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 29.88%
GREEN value IS 93 (36.72% from 255) = 37.05%
BLUE value IS 83 (32.81% from 255) = 33.07%
R=29.88%
G=37.05%
B=33.07%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7593830.1900.110.64146.6710.7132.94
Hex4B5D53130B4093b21
Octal113135123230131002231341
Binary10010111011101101001110011010111000000100100111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,93,83); }

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

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

 a { background-color: rgb(75,93,83); }

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

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

 span { border-color: rgb(75,93,83); }

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