#4D7385

Color #4D7385 Bismark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bismark #4D7385

Tints of Bismark #4D7385

Color information

#4D7385 (or 0x4D7385) is unknown color: approx Bismark. HEX triplet: 4D, 73 and 85. RGB value is (77,115,133). Sum of RGB (Red+Green+Blue) = 77+115+133=325 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.69% from 325); Green value is 115 (45.31% from 255 or 35.38% from 325); Blue value is 133 (52.34% from 255 or 40.92% from 325); Max value from RGB is 133 - color contains mainly: blue. Hex color #4D7385 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D7385 is #B28C7A. Grayscale: #696969. Windows color (decimal): -11701371 or 8745805. OLE color: 8745805.

HSL color Cylindrical-coordinate representation of color #4D7385: hue angle of 199.29º degrees, saturation: 0.27, 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 #4D7385 is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB77115133-
CMYK0.420.1400.48
HSL199.29º26.67%41.18%-
HSV(B)199.29º42.11%52.16%-
XYZ13.4215.5324.48-
YUV105.69143.41107.54-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 23.69%
GREEN value IS 115 (45.31% from 255) = 35.38%
BLUE value IS 133 (52.34% from 255) = 40.92%
R=23.69%
G=35.38%
B=40.92%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal771151330.420.1400.48199.2926.6741.18
Hex4D73852AE030c71b29
Octal11516320552160603073351
Binary1001101111001110000101101010111001100001100011111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D7385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4D7385;
 }
 .AnyTagClassName
 {
   color: #4D7385;
 }
</style>
background-color css

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

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

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

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

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

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