Html Css Color HEX #4D6F81 Bismark

📋 copy color: '#4D6F81'

red 77 ◦ green 111 ◦ blue 129

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

Shades of Bismark #4D6F81

Tints of Bismark #4D6F81

RGB

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

 GREEN value IS 111 (43.75% from 255) = 35.02%

 BLUE value IS 129 (50.78% from 255) = 40.69%

R = 24.29%
G = 35.02%
B = 40.69%

CMYK

 C value IS 0.40

 M value IS 0.14

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#4D6F81 (or 0x4D6F81) is known color: Bismark. HEX triplet: 4D, 6F and 81. RGB value is (77,111,129). Sum of RGB (Red+Green+Blue) = 77+111+129=317 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.29% from 317); Green value is 111 (43.75% from 255 or 35.02% from 317); Blue value is 129 (50.78% from 255 or 40.69% from 317); Max value from RGB is 129 - color contains mainly: blue. Hex color #4D6F81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D6F81 is #B2907E. Grayscale: #666666. Windows color (decimal): -11702399 or 8482637. OLE color: 8482637.

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

Color convert

RGB 77 111 129 -
CMYK 0.40 0.14 0 0.49
HSL 200.77º 0.25% 0.4% -
HSV(B) 200.77º 0.4% 0.51% -
XYZ 12.71 14.53 22.9 -
YUV 102.89 142.74 109.54 -
System Red Green Blue C M Y K H S L
Decimal 77 111 129 0.40 0.14 0 0.49 200.77 0.25 0.4
Hex 4D 6F 81 28 E 0 31 C9 19 28
Octal 115 157 201 50 16 0 61 311 31 50
Binary 1001101 1101111 10000001 101000 1110 0 110001 11001001 11001 101000

Color Harmonies of #4D6F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D6F81

Black with #4D6F81

Text Example


Text Example

White with #4D6F81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,111,129); }

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

background-color css

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

 a { background-color: rgb(77,111,129); }

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

border-color css

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

 span { border-color: rgb(77,111,129); }

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