Html Css Color HEX #4D6B73 Bismark

📋 copy color: '#4D6B73'

red 77 ◦ green 107 ◦ blue 115

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

Shades of Bismark #4D6B73

Tints of Bismark #4D6B73

RGB

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

 GREEN value IS 107 (42.19% from 255) = 35.79%

 BLUE value IS 115 (45.31% from 255) = 38.46%

R = 25.75%
G = 35.79%
B = 38.46%

CMYK

 C value IS 0.33

 M value IS 0.07

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4D6B73 (or 0x4D6B73) is known color: Bismark. HEX triplet: 4D, 6B and 73. RGB value is (77,107,115). Sum of RGB (Red+Green+Blue) = 77+107+115=299 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.75% from 299); Green value is 107 (42.19% from 255 or 35.79% from 299); Blue value is 115 (45.31% from 255 or 38.46% from 299); Max value from RGB is 115 - color contains mainly: blue. Hex color #4D6B73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6B73 is #B2948C. Grayscale: #626262. Windows color (decimal): -11703437 or 7564109. OLE color: 7564109.

HSL color Cylindrical-coordinate representation of color #4D6B73: hue angle of 192.63º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4D6B73 is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 77 107 115 -
CMYK 0.33 0.07 0 0.55
HSL 192.63º 0.2% 0.38% -
HSV(B) 192.63º 0.33% 0.45% -
XYZ 11.41 13.33 18.19 -
YUV 98.94 137.06 112.35 -
System Red Green Blue C M Y K H S L
Decimal 77 107 115 0.33 0.07 0 0.55 192.63 0.2 0.38
Hex 4D 6B 73 21 7 0 37 C1 14 26
Octal 115 153 163 41 7 0 67 301 24 46
Binary 1001101 1101011 1110011 100001 111 0 110111 11000001 10100 100110

Color Harmonies of #4D6B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D6B73

Black with #4D6B73

Text Example


Text Example

White with #4D6B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,107,115); }

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

background-color css

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

 a { background-color: rgb(77,107,115); }

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

border-color css

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

 span { border-color: rgb(77,107,115); }

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