#4C6773

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

Shades of Bismark #4C6773

Tints of Bismark #4C6773

Color information

#4C6773 (or 0x4C6773) is unknown color: approx Bismark. HEX triplet: 4C, 67 and 73. RGB value is (76,103,115). Sum of RGB (Red+Green+Blue) = 76+103+115=294 (38% of max value = 765). Red value is 76 (30.08% from 255 or 25.85% from 294); Green value is 103 (40.62% from 255 or 35.03% from 294); Blue value is 115 (45.31% from 255 or 39.12% from 294); Max value from RGB is 115 - color contains mainly: blue. Hex color #4C6773 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C6773 is #B3988C. Grayscale: #606060. Windows color (decimal): -11769997 or 7563084. OLE color: 7563084.

HSL color Cylindrical-coordinate representation of color #4C6773: hue angle of 198.46º 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 #4C6773 is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB76103115-
CMYK0.340.1000.55
HSL198.46º20.42%37.45%-
HSV(B)198.46º33.91%45.1%-
XYZ10.9312.4718.05-
YUV96.3138.55113.52-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 25.85%
GREEN value IS 103 (40.62% from 255) = 35.03%
BLUE value IS 115 (45.31% from 255) = 39.12%
R=25.85%
G=35.03%
B=39.12%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal761031150.340.1000.55198.4620.4237.45
Hex4C677322A037c61425
Octal11414716342120673062445
Binary100110011001111110011100010101001101111100011010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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