Html Css Color HEX #4D6372 Bismark

📋 copy color: '#4D6372'

red 77 ◦ green 99 ◦ blue 114

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

Shades of Bismark #4D6372

Tints of Bismark #4D6372

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.14%

 BLUE value IS 114 (44.92% from 255) = 39.31%

R = 26.55%
G = 34.14%
B = 39.31%

CMYK

 C value IS 0.32

 M value IS 0.13

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4D6372 (or 0x4D6372) is known color: Bismark. HEX triplet: 4D, 63 and 72. RGB value is (77,99,114). Sum of RGB (Red+Green+Blue) = 77+99+114=290 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.55% from 290); Green value is 99 (39.06% from 255 or 34.14% from 290); Blue value is 114 (44.92% from 255 or 39.31% from 290); Max value from RGB is 114 - color contains mainly: blue. Hex color #4D6372 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6372 is #B29C8D. Grayscale: #5E5E5E. Windows color (decimal): -11705486 or 7496525. OLE color: 7496525.

HSL color Cylindrical-coordinate representation of color #4D6372: hue angle of 204.32º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4D6372 is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 77 99 114 -
CMYK 0.32 0.13 0 0.55
HSL 204.32º 0.19% 0.37% -
HSV(B) 204.32º 0.32% 0.45% -
XYZ 10.56 11.72 17.62 -
YUV 94.13 139.21 115.78 -
System Red Green Blue C M Y K H S L
Decimal 77 99 114 0.32 0.13 0 0.55 204.32 0.19 0.37
Hex 4D 63 72 20 D 0 37 CC 13 25
Octal 115 143 162 40 15 0 67 314 23 45
Binary 1001101 1100011 1110010 100000 1101 0 110111 11001100 10011 100101

Color Harmonies of #4D6372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D6372

Black with #4D6372

Text Example


Text Example

White with #4D6372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,99,114); }

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

background-color css

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

 a { background-color: rgb(77,99,114); }

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

border-color css

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

 span { border-color: rgb(77,99,114); }

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