#47707C

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

Shades of Bismark #47707C

Tints of Bismark #47707C

Color information

#47707C (or 0x47707C) is unknown color: approx Bismark. HEX triplet: 47, 70 and 7C. RGB value is (71,112,124). Sum of RGB (Red+Green+Blue) = 71+112+124=307 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.13% from 307); Green value is 112 (44.14% from 255 or 36.48% from 307); Blue value is 124 (48.83% from 255 or 40.39% from 307); Max value from RGB is 124 - color contains mainly: blue. Hex color #47707C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47707C is #B88F83. Grayscale: #656565. Windows color (decimal): -12095364 or 8155207. OLE color: 8155207.

HSL color Cylindrical-coordinate representation of color #47707C: hue angle of 193.58º 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 #47707C is Cyan = 0.43, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB71112124-
CMYK0.430.1000.51
HSL193.58º27.18%38.24%-
HSV(B)193.58º42.74%48.63%-
XYZ12.0314.3821.21-
YUV101.11140.92106.52-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.13%
GREEN value IS 112 (44.14% from 255) = 36.48%
BLUE value IS 124 (48.83% from 255) = 40.39%
R=23.13%
G=36.48%
B=40.39%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal711121240.430.1000.51193.5827.1838.24
Hex47707C2BA033c21b26
Octal10716017453120633023346
Binary100011111100001111100101011101001100111100001011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47707C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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