Html Css Color HEX #4D525A Bright Grey

📋 copy color: '#4D525A'

red 77 ◦ green 82 ◦ blue 90

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

Shades of Bright Grey #4D525A

Tints of Bright Grey #4D525A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.93%

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

R = 30.92%
G = 32.93%
B = 36.14%

CMYK

 C value IS 0.14

 M value IS 0.09

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4D525A (or 0x4D525A) is known color: Bright Grey. HEX triplet: 4D, 52 and 5A. RGB value is (77,82,90). Sum of RGB (Red+Green+Blue) = 77+82+90=249 (32% of max value = 765). Red value is 77 (30.47% from 255 or 30.92% from 249); Green value is 82 (32.42% from 255 or 32.93% from 249); Blue value is 90 (35.55% from 255 or 36.14% from 249); Max value from RGB is 90 - color contains mainly: blue. Hex color #4D525A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D525A is #B2ADA5. Grayscale: #515151. Windows color (decimal): -11709862 or 5919309. OLE color: 5919309.

HSL color Cylindrical-coordinate representation of color #4D525A: hue angle of 216.92º 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 #4D525A is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 77 82 90 -
CMYK 0.14 0.09 0 0.65
HSL 216.92º 0.08% 0.33% -
HSV(B) 216.92º 0.14% 0.35% -
XYZ 7.92 8.35 10.87 -
YUV 81.42 132.84 124.85 -
System Red Green Blue C M Y K H S L
Decimal 77 82 90 0.14 0.09 0 0.65 216.92 0.08 0.33
Hex 4D 52 5A E 9 0 41 D9 8 21
Octal 115 122 132 16 11 0 101 331 10 41
Binary 1001101 1010010 1011010 1110 1001 0 1000001 11011001 1000 100001

Color Harmonies of #4D525A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D525A

Black with #4D525A

Text Example


Text Example

White with #4D525A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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