Html Css Color HEX #4D6871 Bismark

📋 copy color: '#4D6871'

red 77 ◦ green 104 ◦ blue 113

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

Shades of Bismark #4D6871

Tints of Bismark #4D6871

RGB

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

 GREEN value IS 104 (41.02% from 255) = 35.37%

 BLUE value IS 113 (44.53% from 255) = 38.44%

R = 26.19%
G = 35.37%
B = 38.44%

CMYK

 C value IS 0.32

 M value IS 0.08

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4D6871 (or 0x4D6871) is known color: Bismark. HEX triplet: 4D, 68 and 71. RGB value is (77,104,113). Sum of RGB (Red+Green+Blue) = 77+104+113=294 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.19% from 294); Green value is 104 (41.02% from 255 or 35.37% from 294); Blue value is 113 (44.53% from 255 or 38.44% from 294); Max value from RGB is 113 - color contains mainly: blue. Hex color #4D6871 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6871 is #B2978E. Grayscale: #606060. Windows color (decimal): -11704207 or 7432269. OLE color: 7432269.

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

Color convert

RGB 77 104 113 -
CMYK 0.32 0.08 0 0.56
HSL 195º 0.19% 0.37% -
HSV(B) 195º 0.32% 0.44% -
XYZ 10.99 12.67 17.49 -
YUV 96.95 137.05 113.77 -
System Red Green Blue C M Y K H S L
Decimal 77 104 113 0.32 0.08 0 0.56 195 0.19 0.37
Hex 4D 68 71 20 8 0 38 C3 13 25
Octal 115 150 161 40 10 0 70 303 23 45
Binary 1001101 1101000 1110001 100000 1000 0 111000 11000011 10011 100101

Color Harmonies of #4D6871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D6871

Black with #4D6871

Text Example


Text Example

White with #4D6871

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,104,113); }

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

background-color css

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

 a { background-color: rgb(77,104,113); }

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

border-color css

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

 span { border-color: rgb(77,104,113); }

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