#4C6473

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

Shades of Bismark #4C6473

Tints of Bismark #4C6473

Color information

#4C6473 (or 0x4C6473) is unknown color: approx Bismark. HEX triplet: 4C, 64 and 73. RGB value is (76,100,115). Sum of RGB (Red+Green+Blue) = 76+100+115=291 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.12% from 291); Green value is 100 (39.45% from 255 or 34.36% from 291); Blue value is 115 (45.31% from 255 or 39.52% from 291); Max value from RGB is 115 - color contains mainly: blue. Hex color #4C6473 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C6473 is #B39B8C. Grayscale: #5E5E5E. Windows color (decimal): -11770765 or 7562316. OLE color: 7562316.

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

Color convert

RGB76100115-
CMYK0.340.1300.55
HSL203.08º20.42%37.45%-
HSV(B)203.08º33.91%45.1%-
XYZ10.6311.8917.95-
YUV94.53139.55114.78-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 26.12%
GREEN value IS 100 (39.45% from 255) = 34.36%
BLUE value IS 115 (45.31% from 255) = 39.52%
R=26.12%
G=34.36%
B=39.52%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal761001150.340.1300.55203.0820.4237.45
Hex4C647322D037cb1425
Octal11414416342150673132445
Binary100110011001001110011100010110101101111100101110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,100,115); }

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

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

 a { background-color: rgb(76,100,115); }

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

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

 span { border-color: rgb(76,100,115); }

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