#4D5763

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

Shades of Bright Grey #4D5763

Tints of Bright Grey #4D5763

Color information

#4D5763 (or 0x4D5763) is unknown color: approx Bright Grey. HEX triplet: 4D, 57 and 63. RGB value is (77,87,99). Sum of RGB (Red+Green+Blue) = 77+87+99=263 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.28% from 263); Green value is 87 (34.38% from 255 or 33.08% from 263); Blue value is 99 (39.06% from 255 or 37.64% from 263); Max value from RGB is 99 - color contains mainly: blue. Hex color #4D5763 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5763 is #B2A89C. Grayscale: #555555. Windows color (decimal): -11708573 or 6510413. OLE color: 6510413.

HSL color Cylindrical-coordinate representation of color #4D5763: hue angle of 212.73º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4D5763 is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB778799-
CMYK0.220.1200.61
HSL212.73º12.5%34.51%-
HSV(B)212.73º22.22%38.82%-
XYZ8.729.313.14-
YUV85.38135.69122.02-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 29.28%
GREEN value IS 87 (34.38% from 255) = 33.08%
BLUE value IS 99 (39.06% from 255) = 37.64%
R=29.28%
G=33.08%
B=37.64%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7787990.220.1200.61212.7312.534.51
Hex4D576316C03Dd5c23
Octal11512714326140753251443
Binary1001101101011111000111011011000111101110101011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,87,99); }

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

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

 a { background-color: rgb(77,87,99); }

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

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

 span { border-color: rgb(77,87,99); }

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