Html Css Color HEX #4D6D7C Bismark

📋 copy color: '#4D6D7C'

red 77 ◦ green 109 ◦ blue 124

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

Shades of Bismark #4D6D7C

Tints of Bismark #4D6D7C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 35.16%

 BLUE value IS 124 (48.83% from 255) = 40%

R = 24.84%
G = 35.16%
B = 40%

CMYK

 C value IS 0.38

 M value IS 0.12

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4D6D7C (or 0x4D6D7C) is known color: Bismark. HEX triplet: 4D, 6D and 7C. RGB value is (77,109,124). Sum of RGB (Red+Green+Blue) = 77+109+124=310 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.84% from 310); Green value is 109 (42.97% from 255 or 35.16% from 310); Blue value is 124 (48.83% from 255 or 40% from 310); Max value from RGB is 124 - color contains mainly: blue. Hex color #4D6D7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6D7C is #B29283. Grayscale: #656565. Windows color (decimal): -11702916 or 8154445. OLE color: 8154445.

HSL color Cylindrical-coordinate representation of color #4D6D7C: hue angle of 199.15º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4D6D7C is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 77 109 124 -
CMYK 0.38 0.12 0 0.51
HSL 199.15º 0.23% 0.39% -
HSV(B) 199.15º 0.38% 0.49% -
XYZ 12.17 13.97 21.12 -
YUV 101.14 140.9 110.78 -
System Red Green Blue C M Y K H S L
Decimal 77 109 124 0.38 0.12 0 0.51 199.15 0.23 0.39
Hex 4D 6D 7C 26 C 0 33 C7 17 27
Octal 115 155 174 46 14 0 63 307 27 47
Binary 1001101 1101101 1111100 100110 1100 0 110011 11000111 10111 100111

Color Harmonies of #4D6D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D6D7C

Black with #4D6D7C

Text Example


Text Example

White with #4D6D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,109,124); }

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

background-color css

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

 a { background-color: rgb(77,109,124); }

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

border-color css

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

 span { border-color: rgb(77,109,124); }

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