#4B5B51

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

Shades of Feldgrau #4B5B51

Tints of Feldgrau #4B5B51

Color information

#4B5B51 (or 0x4B5B51) is unknown color: approx Feldgrau. HEX triplet: 4B, 5B and 51. RGB value is (75,91,81). Sum of RGB (Red+Green+Blue) = 75+91+81=247 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.36% from 247); Green value is 91 (35.94% from 255 or 36.84% from 247); Blue value is 81 (32.03% from 255 or 32.79% from 247); Max value from RGB is 91 - color contains mainly: green. Hex color #4B5B51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B5B51 is #B4A4AE. Grayscale: #555555. Windows color (decimal): -11838639 or 5331787. OLE color: 5331787.

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

Color convert

RGB759181-
CMYK0.1800.110.64
HSL142.5º9.64%32.55%-
HSV(B)142.5º17.58%35.69%-
XYZ8.139.579.2-
YUV85.08125.7120.81-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 30.36%
GREEN value IS 91 (35.94% from 255) = 36.84%
BLUE value IS 81 (32.03% from 255) = 32.79%
R=30.36%
G=36.84%
B=32.79%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7591810.1800.110.64142.59.6432.55
Hex4B5B51120B408ea21
Octal113133121220131002161241
Binary10010111011011101000110010010111000000100011101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,91,81); }

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

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

 a { background-color: rgb(75,91,81); }

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

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

 span { border-color: rgb(75,91,81); }

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