#47717F

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

Shades of Bismark #47717F

Tints of Bismark #47717F

Color information

#47717F (or 0x47717F) is unknown color: approx Bismark. HEX triplet: 47, 71 and 7F. RGB value is (71,113,127). Sum of RGB (Red+Green+Blue) = 71+113+127=311 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.83% from 311); Green value is 113 (44.53% from 255 or 36.33% from 311); Blue value is 127 (50% from 255 or 40.84% from 311); Max value from RGB is 127 - color contains mainly: blue. Hex color #47717F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47717F is #B88E80. Grayscale: #656565. Windows color (decimal): -12095105 or 8352071. OLE color: 8352071.

HSL color Cylindrical-coordinate representation of color #47717F: hue angle of 195º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #47717F is Cyan = 0.44, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB71113127-
CMYK0.440.1100.50
HSL195º28.28%38.82%-
HSV(B)195º44.09%49.8%-
XYZ12.3314.6822.26-
YUV102.04142.09105.86-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.83%
GREEN value IS 113 (44.53% from 255) = 36.33%
BLUE value IS 127 (50% from 255) = 40.84%
R=22.83%
G=36.33%
B=40.84%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal711131270.440.1100.5019528.2838.82
Hex47717F2CB032c31c27
Octal10716117754130623033447
Binary100011111100011111111101100101101100101100001111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47717F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47717F; }

 p { color: rgb(71,113,127); }

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

<style>
 a { background-color: #47717F; }

 a { background-color: rgb(71,113,127); }

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

<style>
 span { border-color: #47717F; }

 span { border-color: rgb(71,113,127); }

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