Html Css Color HEX #4D5463 Bright Grey

📋 copy color: '#4D5463'

red 77 ◦ green 84 ◦ blue 99

#4D5463
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Grey #4D5463

Tints of Bright Grey #4D5463

RGB

 RED value IS 77 (30.47% from 255) = 29.62%

 GREEN value IS 84 (33.2% from 255) = 32.31%

 BLUE value IS 99 (39.06% from 255) = 38.08%

R = 29.62%
G = 32.31%
B = 38.08%

CMYK

 C value IS 0.22

 M value IS 0.15

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#4D5463 (or 0x4D5463) is known color: Bright Grey. HEX triplet: 4D, 54 and 63. RGB value is (77,84,99). Sum of RGB (Red+Green+Blue) = 77+84+99=260 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.62% from 260); Green value is 84 (33.20% from 255 or 32.31% from 260); Blue value is 99 (39.06% from 255 or 38.08% from 260); Max value from RGB is 99 - color contains mainly: blue. Hex color #4D5463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5463 is #B2AB9C. Grayscale: #535353. Windows color (decimal): -11709341 or 6509645. OLE color: 6509645.

HSL color Cylindrical-coordinate representation of color #4D5463: hue angle of 220.91º 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 #4D5463 is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 77 84 99 -
CMYK 0.22 0.15 0 0.61
HSL 220.91º 0.13% 0.35% -
HSV(B) 220.91º 0.22% 0.39% -
XYZ 8.48 8.82 13.06 -
YUV 83.62 136.68 123.28 -
System Red Green Blue C M Y K H S L
Decimal 77 84 99 0.22 0.15 0 0.61 220.91 0.13 0.35
Hex 4D 54 63 16 F 0 3D DD C 23
Octal 115 124 143 26 17 0 75 335 14 43
Binary 1001101 1010100 1100011 10110 1111 0 111101 11011101 1100 100011

Color Harmonies of #4D5463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5463

Black with #4D5463

Text Example


Text Example

White with #4D5463

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4D5463;
 }
 .AnyTagClassName
 {
   color: #4D5463;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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