Html Css Color HEX #4D5058 Bright Grey

📋 copy color: '#4D5058'

red 77 ◦ green 80 ◦ blue 88

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

Shades of Bright Grey #4D5058

Tints of Bright Grey #4D5058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 35.92%

R = 31.43%
G = 32.65%
B = 35.92%

CMYK

 C value IS 0.12

 M value IS 0.09

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4D5058 (or 0x4D5058) is known color: Bright Grey. HEX triplet: 4D, 50 and 58. RGB value is (77,80,88). Sum of RGB (Red+Green+Blue) = 77+80+88=245 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.43% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 88 (34.77% from 255 or 35.92% from 245); Max value from RGB is 88 - color contains mainly: blue. Hex color #4D5058 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5058 is #B2AFA7. Grayscale: #4F4F4F. Windows color (decimal): -11710376 or 5787725. OLE color: 5787725.

HSL color Cylindrical-coordinate representation of color #4D5058: hue angle of 223.64º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #4D5058 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 77 80 88 -
CMYK 0.12 0.09 0 0.65
HSL 223.64º 0.07% 0.32% -
HSV(B) 223.64º 0.13% 0.35% -
XYZ 7.69 8.02 10.38 -
YUV 80.02 132.51 125.85 -
System Red Green Blue C M Y K H S L
Decimal 77 80 88 0.12 0.09 0 0.65 223.64 0.07 0.32
Hex 4D 50 58 C 9 0 41 E0 7 20
Octal 115 120 130 14 11 0 101 340 7 40
Binary 1001101 1010000 1011000 1100 1001 0 1000001 11100000 111 100000

Color Harmonies of #4D5058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5058

Black with #4D5058

Text Example


Text Example

White with #4D5058

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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