Html Css Color HEX #4D717C Bismark

📋 copy color: '#4D717C'

red 77 ◦ green 113 ◦ blue 124

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

Shades of Bismark #4D717C

Tints of Bismark #4D717C

RGB

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

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

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

R = 24.52%
G = 35.99%
B = 39.49%

CMYK

 C value IS 0.38

 M value IS 0.09

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4D717C (or 0x4D717C) is known color: Bismark. HEX triplet: 4D, 71 and 7C. RGB value is (77,113,124). Sum of RGB (Red+Green+Blue) = 77+113+124=314 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.52% from 314); Green value is 113 (44.53% from 255 or 35.99% from 314); Blue value is 124 (48.83% from 255 or 39.49% from 314); Max value from RGB is 124 - color contains mainly: blue. Hex color #4D717C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D717C is #B28E83. Grayscale: #676767. Windows color (decimal): -11701892 or 8155469. OLE color: 8155469.

HSL color Cylindrical-coordinate representation of color #4D717C: hue angle of 194.04º 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 #4D717C is Cyan = 0.38, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 77 113 124 -
CMYK 0.38 0.09 0 0.51
HSL 194.04º 0.23% 0.39% -
HSV(B) 194.04º 0.38% 0.49% -
XYZ 12.6 14.84 21.27 -
YUV 103.49 139.57 109.11 -
System Red Green Blue C M Y K H S L
Decimal 77 113 124 0.38 0.09 0 0.51 194.04 0.23 0.39
Hex 4D 71 7C 26 9 0 33 C2 17 27
Octal 115 161 174 46 11 0 63 302 27 47
Binary 1001101 1110001 1111100 100110 1001 0 110011 11000010 10111 100111

Color Harmonies of #4D717C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D717C

Black with #4D717C

Text Example


Text Example

White with #4D717C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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