#4D5766

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

Shades of Bright Grey #4D5766

Tints of Bright Grey #4D5766

Color information

#4D5766 (or 0x4D5766) is unknown color: approx Bright Grey. HEX triplet: 4D, 57 and 66. RGB value is (77,87,102). Sum of RGB (Red+Green+Blue) = 77+87+102=266 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.95% from 266); Green value is 87 (34.38% from 255 or 32.71% from 266); Blue value is 102 (40.23% from 255 or 38.35% from 266); Max value from RGB is 102 - color contains mainly: blue. Hex color #4D5766 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5766 is #B2A899. Grayscale: #555555. Windows color (decimal): -11708570 or 6707021. OLE color: 6707021.

HSL color Cylindrical-coordinate representation of color #4D5766: hue angle of 216º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4D5766 is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB7787102-
CMYK0.250.1500.6
HSL216º13.97%35.1%-
HSV(B)216º24.51%40%-
XYZ8.879.3513.91-
YUV85.72137.19121.78-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 28.95%
GREEN value IS 87 (34.38% from 255) = 32.71%
BLUE value IS 102 (40.23% from 255) = 38.35%
R=28.95%
G=32.71%
B=38.35%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal77871020.250.1500.621613.9735.1
Hex4D576619F03Cd8e23
Octal11512714631170743301643
Binary1001101101011111001101100111110111100110110001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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