Html Css Color HEX #4D6977 Bismark

📋 copy color: '#4D6977'

red 77 ◦ green 105 ◦ blue 119

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

Shades of Bismark #4D6977

Tints of Bismark #4D6977

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.88%

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

R = 25.58%
G = 34.88%
B = 39.53%

CMYK

 C value IS 0.35

 M value IS 0.12

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#4D6977 (or 0x4D6977) is known color: Bismark. HEX triplet: 4D, 69 and 77. RGB value is (77,105,119). Sum of RGB (Red+Green+Blue) = 77+105+119=301 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.58% from 301); Green value is 105 (41.41% from 255 or 34.88% from 301); Blue value is 119 (46.88% from 255 or 39.53% from 301); Max value from RGB is 119 - color contains mainly: blue. Hex color #4D6977 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6977 is #B29688. Grayscale: #626262. Windows color (decimal): -11703945 or 7825741. OLE color: 7825741.

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

Color convert

RGB 77 105 119 -
CMYK 0.35 0.12 0 0.53
HSL 200º 0.21% 0.38% -
HSV(B) 200º 0.35% 0.47% -
XYZ 11.44 13.01 19.36 -
YUV 98.22 139.72 112.86 -
System Red Green Blue C M Y K H S L
Decimal 77 105 119 0.35 0.12 0 0.53 200 0.21 0.38
Hex 4D 69 77 23 C 0 35 C8 15 26
Octal 115 151 167 43 14 0 65 310 25 46
Binary 1001101 1101001 1110111 100011 1100 0 110101 11001000 10101 100110

Color Harmonies of #4D6977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D6977

Black with #4D6977

Text Example


Text Example

White with #4D6977

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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