Html Css Color HEX #4D757E Bismark

📋 copy color: '#4D757E'

red 77 ◦ green 117 ◦ blue 126

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

Shades of Bismark #4D757E

Tints of Bismark #4D757E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 39.38%

R = 24.06%
G = 36.56%
B = 39.38%

CMYK

 C value IS 0.39

 M value IS 0.07

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4D757E (or 0x4D757E) is known color: Bismark. HEX triplet: 4D, 75 and 7E. RGB value is (77,117,126). Sum of RGB (Red+Green+Blue) = 77+117+126=320 (42% of max value = 765). Red value is 77 (30.47% from 255 or 24.06% from 320); Green value is 117 (46.09% from 255 or 36.56% from 320); Blue value is 126 (49.61% from 255 or 39.38% from 320); Max value from RGB is 126 - color contains mainly: blue. Hex color #4D757E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D757E is #B28A81. Grayscale: #696969. Windows color (decimal): -11700866 or 8287565. OLE color: 8287565.

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

Color convert

RGB 77 117 126 -
CMYK 0.39 0.07 0 0.51
HSL 191.02º 0.24% 0.4% -
HSV(B) 191.02º 0.39% 0.49% -
XYZ 13.19 15.81 22.09 -
YUV 106.07 139.25 107.27 -
System Red Green Blue C M Y K H S L
Decimal 77 117 126 0.39 0.07 0 0.51 191.02 0.24 0.4
Hex 4D 75 7E 27 7 0 33 BF 18 28
Octal 115 165 176 47 7 0 63 277 30 50
Binary 1001101 1110101 1111110 100111 111 0 110011 10111111 11000 101000

Color Harmonies of #4D757E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D757E

Black with #4D757E

Text Example


Text Example

White with #4D757E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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