Html Css Color HEX #4D757C Bismark

📋 copy color: '#4D757C'

red 77 ◦ green 117 ◦ blue 124

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

Shades of Bismark #4D757C

Tints of Bismark #4D757C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.79%

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

R = 24.21%
G = 36.79%
B = 38.99%

CMYK

 C value IS 0.38

 M value IS 0.06

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4D757C (or 0x4D757C) is known color: Bismark. HEX triplet: 4D, 75 and 7C. RGB value is (77,117,124). Sum of RGB (Red+Green+Blue) = 77+117+124=318 (42% of max value = 765). Red value is 77 (30.47% from 255 or 24.21% from 318); Green value is 117 (46.09% from 255 or 36.79% from 318); Blue value is 124 (48.83% from 255 or 38.99% from 318); Max value from RGB is 124 - color contains mainly: blue. Hex color #4D757C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D757C is #B28A83. Grayscale: #696969. Windows color (decimal): -11700868 or 8156493. OLE color: 8156493.

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

Color convert

RGB 77 117 124 -
CMYK 0.38 0.06 0 0.51
HSL 188.94º 0.23% 0.39% -
HSV(B) 188.94º 0.38% 0.49% -
XYZ 13.06 15.76 21.42 -
YUV 105.84 138.25 107.43 -
System Red Green Blue C M Y K H S L
Decimal 77 117 124 0.38 0.06 0 0.51 188.94 0.23 0.39
Hex 4D 75 7C 26 6 0 33 BD 17 27
Octal 115 165 174 46 6 0 63 275 27 47
Binary 1001101 1110101 1111100 100110 110 0 110011 10111101 10111 100111

Color Harmonies of #4D757C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D757C

Black with #4D757C

Text Example


Text Example

White with #4D757C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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