#4D7484

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

Shades of Bismark #4D7484

Tints of Bismark #4D7484

Color information

#4D7484 (or 0x4D7484) is unknown color: approx Bismark. HEX triplet: 4D, 74 and 84. RGB value is (77,116,132). Sum of RGB (Red+Green+Blue) = 77+116+132=325 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.69% from 325); Green value is 116 (45.70% from 255 or 35.69% from 325); Blue value is 132 (51.95% from 255 or 40.62% from 325); Max value from RGB is 132 - color contains mainly: blue. Hex color #4D7484 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D7484 is #B28B7B. Grayscale: #6A6A6A. Windows color (decimal): -11701116 or 8680525. OLE color: 8680525.

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

Color convert

RGB77116132-
CMYK0.420.1200.48
HSL197.45º26.32%40.98%-
HSV(B)197.45º41.67%51.76%-
XYZ13.4715.7324.16-
YUV106.16142.58107.2-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 23.69%
GREEN value IS 116 (45.70% from 255) = 35.69%
BLUE value IS 132 (51.95% from 255) = 40.62%
R=23.69%
G=35.69%
B=40.62%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal771161320.420.1200.48197.4526.3240.98
Hex4D74842AC030c51a29
Octal11516420452140603053251
Binary1001101111010010000100101010110001100001100010111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D7484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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