#47737B

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

Shades of Bismark #47737B

Tints of Bismark #47737B

Color information

#47737B (or 0x47737B) is unknown color: approx Bismark. HEX triplet: 47, 73 and 7B. RGB value is (71,115,123). Sum of RGB (Red+Green+Blue) = 71+115+123=309 (40% of max value = 765). Red value is 71 (28.12% from 255 or 22.98% from 309); Green value is 115 (45.31% from 255 or 37.22% from 309); Blue value is 123 (48.44% from 255 or 39.81% from 309); Max value from RGB is 123 - color contains mainly: blue. Hex color #47737B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47737B is #B88C84. Grayscale: #666666. Windows color (decimal): -12094597 or 8090439. OLE color: 8090439.

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

Color convert

RGB71115123-
CMYK0.420.0700.52
HSL189.23º26.8%38.04%-
HSV(B)189.23º42.28%48.24%-
XYZ12.315.0320.99-
YUV102.76139.42105.35-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.98%
GREEN value IS 115 (45.31% from 255) = 37.22%
BLUE value IS 123 (48.44% from 255) = 39.81%
R=22.98%
G=37.22%
B=39.81%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal711151230.420.0700.52189.2326.838.04
Hex47737B2A7034bd1b26
Octal1071631735270642753346
Binary10001111110011111101110101011101101001011110111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47737B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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