#4D5561

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

Shades of Bright Grey #4D5561

Tints of Bright Grey #4D5561

Color information

#4D5561 (or 0x4D5561) is unknown color: approx Bright Grey. HEX triplet: 4D, 55 and 61. RGB value is (77,85,97). Sum of RGB (Red+Green+Blue) = 77+85+97=259 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.73% from 259); Green value is 85 (33.59% from 255 or 32.82% from 259); Blue value is 97 (38.28% from 255 or 37.45% from 259); Max value from RGB is 97 - color contains mainly: blue. Hex color #4D5561 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5561 is #B2AA9E. Grayscale: #535353. Windows color (decimal): -11709087 or 6378829. OLE color: 6378829.

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

Color convert

RGB778597-
CMYK0.210.1200.62
HSL216º11.49%34.12%-
HSV(B)216º20.62%38.04%-
XYZ8.478.9412.59-
YUV83.98135.35123.02-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 29.73%
GREEN value IS 85 (33.59% from 255) = 32.82%
BLUE value IS 97 (38.28% from 255) = 37.45%
R=29.73%
G=32.82%
B=37.45%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7785970.210.1200.6221611.4934.12
Hex4D556115C03Ed8b22
Octal11512514125140763301342
Binary1001101101010111000011010111000111110110110001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,85,97); }

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

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

 a { background-color: rgb(77,85,97); }

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

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

 span { border-color: rgb(77,85,97); }

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