#4B504C

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

Shades of Feldgrau #4B504C

Tints of Feldgrau #4B504C

Color information

#4B504C (or 0x4B504C) is unknown color: approx Feldgrau. HEX triplet: 4B, 50 and 4C. RGB value is (75,80,76). Sum of RGB (Red+Green+Blue) = 75+80+76=231 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.47% from 231); Green value is 80 (31.64% from 255 or 34.63% from 231); Blue value is 76 (30.08% from 255 or 32.90% from 231); Max value from RGB is 80 - color contains mainly: green. Hex color #4B504C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B504C is #B4AFB3. Grayscale: #4E4E4E. Windows color (decimal): -11841460 or 5001291. OLE color: 5001291.

HSL color Cylindrical-coordinate representation of color #4B504C: hue angle of 132º degrees, saturation: 0.03, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #4B504C is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.69.

Color convert

RGB758076-
CMYK0.0600.050.69
HSL132º3.23%30.39%-
HSV(B)132º6.25%31.37%-
XYZ7.077.757.96-
YUV78.05126.84125.83-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 32.47%
GREEN value IS 80 (31.64% from 255) = 34.63%
BLUE value IS 76 (30.08% from 255) = 32.90%
R=32.47%
G=34.63%
B=32.90%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7580760.0600.050.691323.2330.39
Hex4B504C605458431e
Octal113120114605105204336
Binary10010111010000100110011001011000101100001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B504C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,80,76); }

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

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

 a { background-color: rgb(75,80,76); }

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

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

 span { border-color: rgb(75,80,76); }

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