Html Css Color HEX #4D7277 Ming

📋 copy color: '#4D7277'

red 77 ◦ green 114 ◦ blue 119

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

Shades of Ming #4D7277

Tints of Ming #4D7277

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.77%

 BLUE value IS 119 (46.88% from 255) = 38.39%

R = 24.84%
G = 36.77%
B = 38.39%

CMYK

 C value IS 0.35

 M value IS 0.04

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#4D7277 (or 0x4D7277) is known color: Ming. HEX triplet: 4D, 72 and 77. RGB value is (77,114,119). Sum of RGB (Red+Green+Blue) = 77+114+119=310 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.84% from 310); Green value is 114 (44.92% from 255 or 36.77% from 310); Blue value is 119 (46.88% from 255 or 38.39% from 310); Max value from RGB is 119 - color contains mainly: blue. Hex color #4D7277 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7277 is #B28D88. Grayscale: #676767. Windows color (decimal): -11701641 or 7828045. OLE color: 7828045.

HSL color Cylindrical-coordinate representation of color #4D7277: hue angle of 187.14º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4D7277 is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 77 114 119 -
CMYK 0.35 0.04 0 0.53
HSL 187.14º 0.21% 0.38% -
HSV(B) 187.14º 0.35% 0.47% -
XYZ 12.41 14.94 19.68 -
YUV 103.51 136.74 109.09 -
System Red Green Blue C M Y K H S L
Decimal 77 114 119 0.35 0.04 0 0.53 187.14 0.21 0.38
Hex 4D 72 77 23 4 0 35 BB 15 26
Octal 115 162 167 43 4 0 65 273 25 46
Binary 1001101 1110010 1110111 100011 100 0 110101 10111011 10101 100110

Color Harmonies of #4D7277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D7277

Black with #4D7277

Text Example


Text Example

White with #4D7277

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,114,119); }

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

background-color css

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

 a { background-color: rgb(77,114,119); }

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

border-color css

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

 span { border-color: rgb(77,114,119); }

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