#4D7582

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

Shades of Bismark #4D7582

Tints of Bismark #4D7582

Color information

#4D7582 (or 0x4D7582) is unknown color: approx Bismark. HEX triplet: 4D, 75 and 82. RGB value is (77,117,130). Sum of RGB (Red+Green+Blue) = 77+117+130=324 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.77% from 324); Green value is 117 (46.09% from 255 or 36.11% from 324); Blue value is 130 (51.17% from 255 or 40.12% from 324); Max value from RGB is 130 - color contains mainly: blue. Hex color #4D7582 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D7582 is #B28A7D. Grayscale: #6A6A6A. Windows color (decimal): -11700862 or 8549709. OLE color: 8549709.

HSL color Cylindrical-coordinate representation of color #4D7582: hue angle of 194.72º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4D7582 is Cyan = 0.41, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB77117130-
CMYK0.410.100.49
HSL194.72º25.6%40.59%-
HSV(B)194.72º40.77%50.98%-
XYZ13.4515.9123.48-
YUV106.52141.25106.94-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 23.77%
GREEN value IS 117 (46.09% from 255) = 36.11%
BLUE value IS 130 (51.17% from 255) = 40.12%
R=23.77%
G=36.11%
B=40.12%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal771171300.410.100.49194.7225.640.59
Hex4D758229A031c31a29
Octal11516520251120613033251
Binary1001101111010110000010101001101001100011100001111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D7582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,117,130); }

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

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

 a { background-color: rgb(77,117,130); }

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

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

 span { border-color: rgb(77,117,130); }

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