#4C757C

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

Shades of Bismark #4C757C

Tints of Bismark #4C757C

Color information

#4C757C (or 0x4C757C) is unknown color: approx Bismark. HEX triplet: 4C, 75 and 7C. RGB value is (76,117,124). Sum of RGB (Red+Green+Blue) = 76+117+124=317 (41% of max value = 765). Red value is 76 (30.08% from 255 or 23.97% from 317); Green value is 117 (46.09% from 255 or 36.91% from 317); Blue value is 124 (48.83% from 255 or 39.12% from 317); Max value from RGB is 124 - color contains mainly: blue. Hex color #4C757C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C757C is #B38A83. Grayscale: #696969. Windows color (decimal): -11766404 or 8156492. OLE color: 8156492.

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

Color convert

RGB76117124-
CMYK0.390.0600.51
HSL188.75º24%39.22%-
HSV(B)188.75º38.71%48.63%-
XYZ12.9815.7121.42-
YUV105.54138.42106.93-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.97%
GREEN value IS 117 (46.09% from 255) = 36.91%
BLUE value IS 124 (48.83% from 255) = 39.12%
R=23.97%
G=36.91%
B=39.12%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal761171240.390.0600.51188.752439.22
Hex4C757C276033bd1827
Octal1141651744760632753047
Binary10011001110101111110010011111001100111011110111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C757C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,117,124); }

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

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

 a { background-color: rgb(76,117,124); }

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

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

 span { border-color: rgb(76,117,124); }

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