Html Css Color HEX #4D757F Bismark

📋 copy color: '#4D757F'

red 77 ◦ green 117 ◦ blue 127

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

Shades of Bismark #4D757F

Tints of Bismark #4D757F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 39.56%

R = 23.99%
G = 36.45%
B = 39.56%

CMYK

 C value IS 0.39

 M value IS 0.08

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#4D757F (or 0x4D757F) is known color: Bismark. HEX triplet: 4D, 75 and 7F. RGB value is (77,117,127). Sum of RGB (Red+Green+Blue) = 77+117+127=321 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.99% from 321); Green value is 117 (46.09% from 255 or 36.45% from 321); Blue value is 127 (50% from 255 or 39.56% from 321); Max value from RGB is 127 - color contains mainly: blue. Hex color #4D757F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D757F is #B28A80. Grayscale: #6A6A6A. Windows color (decimal): -11700865 or 8353101. OLE color: 8353101.

HSL color Cylindrical-coordinate representation of color #4D757F: hue angle of 192º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4D757F is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 77 117 127 -
CMYK 0.39 0.08 0 0.50
HSL 192º 0.25% 0.4% -
HSV(B) 192º 0.39% 0.5% -
XYZ 13.25 15.83 22.44 -
YUV 106.18 139.75 107.19 -
System Red Green Blue C M Y K H S L
Decimal 77 117 127 0.39 0.08 0 0.50 192 0.25 0.4
Hex 4D 75 7F 27 8 0 32 C0 19 28
Octal 115 165 177 47 10 0 62 300 31 50
Binary 1001101 1110101 1111111 100111 1000 0 110010 11000000 11001 101000

Color Harmonies of #4D757F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D757F

Black with #4D757F

Text Example


Text Example

White with #4D757F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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