#47737C

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

Shades of Bismark #47737C

Tints of Bismark #47737C

Color information

#47737C (or 0x47737C) is unknown color: approx Bismark. HEX triplet: 47, 73 and 7C. RGB value is (71,115,124). Sum of RGB (Red+Green+Blue) = 71+115+124=310 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.90% from 310); Green value is 115 (45.31% from 255 or 37.10% from 310); Blue value is 124 (48.83% from 255 or 40% from 310); Max value from RGB is 124 - color contains mainly: blue. Hex color #47737C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47737C is #B88C83. Grayscale: #666666. Windows color (decimal): -12094596 or 8155975. OLE color: 8155975.

HSL color Cylindrical-coordinate representation of color #47737C: hue angle of 190.19º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #47737C is Cyan = 0.43, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB71115124-
CMYK0.430.0700.51
HSL190.19º27.18%38.24%-
HSV(B)190.19º42.74%48.63%-
XYZ12.3715.0621.32-
YUV102.87139.92105.27-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.90%
GREEN value IS 115 (45.31% from 255) = 37.10%
BLUE value IS 124 (48.83% from 255) = 40%
R=22.90%
G=37.10%
B=40%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal711151240.430.0700.51190.1927.1838.24
Hex47737C2B7033be1b26
Octal1071631745370632763346
Binary10001111110011111110010101111101100111011111011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47737C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47737C; }

 p { color: rgb(71,115,124); }

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

<style>
 a { background-color: #47737C; }

 a { background-color: rgb(71,115,124); }

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

<style>
 span { border-color: #47737C; }

 span { border-color: rgb(71,115,124); }

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