#4c6672

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

Shades of Bismark #4C6672

Tints of Bismark #4C6672

Color information

#4C6672 (or 0x4C6672) is unknown color: approx Bismark. HEX triplet: 4C, 66 and 72. RGB value is (76,102,114). Sum of RGB (Red+Green+Blue) = 76+102+114=292 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.03% from 292); Green value is 102 (40.23% from 255 or 34.93% from 292); Blue value is 114 (44.92% from 255 or 39.04% from 292); Max value from RGB is 114 - color contains mainly: blue. Hex color #4C6672 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C6672 is #B3998D. Grayscale: #5F5F5F. Windows color (decimal): -11770254 or 7497292. OLE color: 7497292.

HSL color Cylindrical-coordinate representation of color #4C6672: hue angle of 198.95º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4C6672 is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB76102114-
CMYK0.330.1100.55
HSL198.95º20%37.25%-
HSV(B)198.95º33.33%44.71%-
XYZ10.7712.2517.72-
YUV95.59138.39114.02-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 26.03%
GREEN value IS 102 (40.23% from 255) = 34.93%
BLUE value IS 114 (44.92% from 255) = 39.04%
R=26.03%
G=34.93%
B=39.04%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal761021140.330.1100.55198.952037.25
Hex4C667221B037c71425
Octal11414616241130673072445
Binary100110011001101110010100001101101101111100011110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4c6672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,102,114); }

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

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

 a { background-color: rgb(76,102,114); }

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

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

 span { border-color: rgb(76,102,114); }

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