Html Css Color HEX #4D515A Bright Grey

📋 copy color: '#4D515A'

red 77 ◦ green 81 ◦ blue 90

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

Shades of Bright Grey #4D515A

Tints of Bright Grey #4D515A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.66%

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

R = 31.05%
G = 32.66%
B = 36.29%

CMYK

 C value IS 0.14

 M value IS 0.1

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4D515A (or 0x4D515A) is known color: Bright Grey. HEX triplet: 4D, 51 and 5A. RGB value is (77,81,90). Sum of RGB (Red+Green+Blue) = 77+81+90=248 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.05% from 248); Green value is 81 (32.03% from 255 or 32.66% from 248); Blue value is 90 (35.55% from 255 or 36.29% from 248); Max value from RGB is 90 - color contains mainly: blue. Hex color #4D515A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D515A is #B2AEA5. Grayscale: #505050. Windows color (decimal): -11710118 or 5919053. OLE color: 5919053.

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

Color convert

RGB 77 81 90 -
CMYK 0.14 0.1 0 0.65
HSL 221.54º 0.08% 0.33% -
HSV(B) 221.54º 0.14% 0.35% -
XYZ 7.85 8.2 10.84 -
YUV 80.83 133.17 125.27 -
System Red Green Blue C M Y K H S L
Decimal 77 81 90 0.14 0.1 0 0.65 221.54 0.08 0.33
Hex 4D 51 5A E A 0 41 DE 8 21
Octal 115 121 132 16 12 0 101 336 10 41
Binary 1001101 1010001 1011010 1110 1010 0 1000001 11011110 1000 100001

Color Harmonies of #4D515A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D515A

Black with #4D515A

Text Example


Text Example

White with #4D515A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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