Html Css Color HEX #4D505A Bright Grey

📋 copy color: '#4D505A'

red 77 ◦ green 80 ◦ blue 90

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

Shades of Bright Grey #4D505A

Tints of Bright Grey #4D505A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32.39%

 BLUE value IS 90 (35.55% from 255) = 36.44%

R = 31.17%
G = 32.39%
B = 36.44%

CMYK

 C value IS 0.14

 M value IS 0.11

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4D505A (or 0x4D505A) is known color: Bright Grey. HEX triplet: 4D, 50 and 5A. RGB value is (77,80,90). Sum of RGB (Red+Green+Blue) = 77+80+90=247 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.17% from 247); Green value is 80 (31.64% from 255 or 32.39% from 247); Blue value is 90 (35.55% from 255 or 36.44% from 247); Max value from RGB is 90 - color contains mainly: blue. Hex color #4D505A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D505A is #B2AFA5. Grayscale: #505050. Windows color (decimal): -11710374 or 5918797. OLE color: 5918797.

HSL color Cylindrical-coordinate representation of color #4D505A: hue angle of 226.15º degrees, saturation: 0.08, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #4D505A is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 77 80 90 -
CMYK 0.14 0.11 0 0.65
HSL 226.15º 0.08% 0.33% -
HSV(B) 226.15º 0.14% 0.35% -
XYZ 7.77 8.05 10.82 -
YUV 80.24 133.51 125.69 -
System Red Green Blue C M Y K H S L
Decimal 77 80 90 0.14 0.11 0 0.65 226.15 0.08 0.33
Hex 4D 50 5A E B 0 41 E2 8 21
Octal 115 120 132 16 13 0 101 342 10 41
Binary 1001101 1010000 1011010 1110 1011 0 1000001 11100010 1000 100001

Color Harmonies of #4D505A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D505A

Black with #4D505A

Text Example


Text Example

White with #4D505A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,80,90); }

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

background-color css

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

 a { background-color: rgb(77,80,90); }

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

border-color css

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

 span { border-color: rgb(77,80,90); }

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