Html Css Color HEX #4D7177 Bismark

📋 copy color: '#4D7177'

red 77 ◦ green 113 ◦ blue 119

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

Shades of Bismark #4D7177

Tints of Bismark #4D7177

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.57%

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

R = 24.92%
G = 36.57%
B = 38.51%

CMYK

 C value IS 0.35

 M value IS 0.05

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#4D7177 (or 0x4D7177) is known color: Bismark. HEX triplet: 4D, 71 and 77. RGB value is (77,113,119). Sum of RGB (Red+Green+Blue) = 77+113+119=309 (40% of max value = 765). Red value is 77 (30.47% from 255 or 24.92% from 309); Green value is 113 (44.53% from 255 or 36.57% from 309); Blue value is 119 (46.88% from 255 or 38.51% from 309); Max value from RGB is 119 - color contains mainly: blue. Hex color #4D7177 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7177 is #B28E88. Grayscale: #666666. Windows color (decimal): -11701897 or 7827789. OLE color: 7827789.

HSL color Cylindrical-coordinate representation of color #4D7177: hue angle of 188.57º 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 #4D7177 is Cyan = 0.35, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 77 113 119 -
CMYK 0.35 0.05 0 0.53
HSL 188.57º 0.21% 0.38% -
HSV(B) 188.57º 0.35% 0.47% -
XYZ 12.3 14.72 19.65 -
YUV 102.92 137.07 109.51 -
System Red Green Blue C M Y K H S L
Decimal 77 113 119 0.35 0.05 0 0.53 188.57 0.21 0.38
Hex 4D 71 77 23 5 0 35 BD 15 26
Octal 115 161 167 43 5 0 65 275 25 46
Binary 1001101 1110001 1110111 100011 101 0 110101 10111101 10101 100110

Color Harmonies of #4D7177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D7177

Black with #4D7177

Text Example


Text Example

White with #4D7177

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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