#4D5461

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

Shades of Bright Grey #4D5461

Tints of Bright Grey #4D5461

Color information

#4D5461 (or 0x4D5461) is unknown color: approx Bright Grey. HEX triplet: 4D, 54 and 61. RGB value is (77,84,97). Sum of RGB (Red+Green+Blue) = 77+84+97=258 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.84% from 258); Green value is 84 (33.20% from 255 or 32.56% from 258); Blue value is 97 (38.28% from 255 or 37.60% from 258); Max value from RGB is 97 - color contains mainly: blue. Hex color #4D5461 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5461 is #B2AB9E. Grayscale: #535353. Windows color (decimal): -11709343 or 6378573. OLE color: 6378573.

HSL color Cylindrical-coordinate representation of color #4D5461: hue angle of 219º 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 #4D5461 is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB778497-
CMYK0.210.1300.62
HSL219º11.49%34.12%-
HSV(B)219º20.62%38.04%-
XYZ8.398.7812.56-
YUV83.39135.68123.44-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 29.84%
GREEN value IS 84 (33.20% from 255) = 32.56%
BLUE value IS 97 (38.28% from 255) = 37.60%
R=29.84%
G=32.56%
B=37.60%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7784970.210.1300.6221911.4934.12
Hex4D546115D03Edbb22
Octal11512414125150763331342
Binary1001101101010011000011010111010111110110110111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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