#4B6052

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

Shades of Feldgrau #4B6052

Tints of Feldgrau #4B6052

Color information

#4B6052 (or 0x4B6052) is unknown color: approx Feldgrau. HEX triplet: 4B, 60 and 52. RGB value is (75,96,82). Sum of RGB (Red+Green+Blue) = 75+96+82=253 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.64% from 253); Green value is 96 (37.89% from 255 or 37.94% from 253); Blue value is 82 (32.42% from 255 or 32.41% from 253); Max value from RGB is 96 - color contains mainly: green. Hex color #4B6052 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6052 is #B49FAD. Grayscale: #585858. Windows color (decimal): -11837358 or 5398603. OLE color: 5398603.

HSL color Cylindrical-coordinate representation of color #4B6052: hue angle of 140º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4B6052 is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.62.

Color convert

RGB759682-
CMYK0.2200.150.62
HSL140º12.28%33.53%-
HSV(B)140º21.88%37.65%-
XYZ8.6110.479.55-
YUV88.12124.54118.64-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 29.64%
GREEN value IS 96 (37.89% from 255) = 37.94%
BLUE value IS 82 (32.42% from 255) = 32.41%
R=29.64%
G=37.94%
B=32.41%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7596820.2200.150.6214012.2833.53
Hex4B6052160F3E8cc22
Octal11314012226017762141442
Binary1001011110000010100101011001111111110100011001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,96,82); }

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

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

 a { background-color: rgb(75,96,82); }

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

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

 span { border-color: rgb(75,96,82); }

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