Html Css Color HEX #4D7184 Bismark

📋 copy color: '#4D7184'

red 77 ◦ green 113 ◦ blue 132

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

Shades of Bismark #4D7184

Tints of Bismark #4D7184

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.09%

 BLUE value IS 132 (51.95% from 255) = 40.99%

R = 23.91%
G = 35.09%
B = 40.99%

CMYK

 C value IS 0.42

 M value IS 0.14

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#4D7184 (or 0x4D7184) is known color: Bismark. HEX triplet: 4D, 71 and 84. RGB value is (77,113,132). Sum of RGB (Red+Green+Blue) = 77+113+132=322 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.91% from 322); Green value is 113 (44.53% from 255 or 35.09% from 322); Blue value is 132 (51.95% from 255 or 40.99% from 322); Max value from RGB is 132 - color contains mainly: blue. Hex color #4D7184 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D7184 is #B28E7B. Grayscale: #686868. Windows color (decimal): -11701884 or 8679757. OLE color: 8679757.

HSL color Cylindrical-coordinate representation of color #4D7184: hue angle of 200.73º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4D7184 is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 77 113 132 -
CMYK 0.42 0.14 0 0.48
HSL 200.73º 0.26% 0.41% -
HSV(B) 200.73º 0.42% 0.52% -
XYZ 13.13 15.05 24.04 -
YUV 104.4 143.57 108.46 -
System Red Green Blue C M Y K H S L
Decimal 77 113 132 0.42 0.14 0 0.48 200.73 0.26 0.41
Hex 4D 71 84 2A E 0 30 C9 1A 29
Octal 115 161 204 52 16 0 60 311 32 51
Binary 1001101 1110001 10000100 101010 1110 0 110000 11001001 11010 101001

Color Harmonies of #4D7184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D7184

Black with #4D7184

Text Example


Text Example

White with #4D7184

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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