#4C7180

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

Shades of Bismark #4C7180

Tints of Bismark #4C7180

Color information

#4C7180 (or 0x4C7180) is unknown color: approx Bismark. HEX triplet: 4C, 71 and 80. RGB value is (76,113,128). Sum of RGB (Red+Green+Blue) = 76+113+128=317 (41% of max value = 765). Red value is 76 (30.08% from 255 or 23.97% from 317); Green value is 113 (44.53% from 255 or 35.65% from 317); Blue value is 128 (50.39% from 255 or 40.38% from 317); Max value from RGB is 128 - color contains mainly: blue. Hex color #4C7180 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C7180 is #B38E7F. Grayscale: #676767. Windows color (decimal): -11767424 or 8417612. OLE color: 8417612.

HSL color Cylindrical-coordinate representation of color #4C7180: hue angle of 197.31º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4C7180 is Cyan = 0.41, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB76113128-
CMYK0.410.1200.50
HSL197.31º25.49%40%-
HSV(B)197.31º40.62%50.2%-
XYZ12.7814.9122.63-
YUV103.65141.74108.28-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.97%
GREEN value IS 113 (44.53% from 255) = 35.65%
BLUE value IS 128 (50.39% from 255) = 40.38%
R=23.97%
G=35.65%
B=40.38%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal761131280.410.1200.50197.3125.4940
Hex4C718029C032c51928
Octal11416120051140623053150
Binary1001100111000110000000101001110001100101100010111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,113,128); }

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

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

 a { background-color: rgb(76,113,128); }

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

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

 span { border-color: rgb(76,113,128); }

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